Update of /cvsroot/playerstage/code/stage/examples/libstage
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4866/examples/libstage
Modified Files:
Makefile.am
Log Message:
fixes in examples makefiles
Index: Makefile.am
===================================================================
RCS file: /cvsroot/playerstage/code/stage/examples/libstage/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Makefile.am 28 Jul 2006 22:12:43 -0000 1.1
--- Makefile.am 1 Aug 2006 04:51:15 -0000 1.2
***************
*** 2,11 ****
LIBSTAGE_CFLAGS = -I$(top_srcdir)/src
! LIBSTAGE_LIB_DIRS = -L$(top_builddir)/src
! LIBSTAGE_DEPS = $(top_builddir)/src/libstage.la
# system-wide compile flags - target-specific flags are added to each target
below
! AM_CFLAGS = -Wall -g -I. -I$(top_srcdir)/replace $(LIBSTAGE_CFLAGS)
@GTK_CFLAGS@ -std=c99
! AM_CPPFLAGS = -Wall -g -I. -I$(top_srcdir)/replace $(LIBSTAGE_CFLAGS)
@GTK_CFLAGS@
# build stest, a stand-alone test binary using the stage library,
--- 2,10 ----
LIBSTAGE_CFLAGS = -I$(top_srcdir)/src
! LIBSTAGE_LIBS = -L$(top_builddir)/src -lstage
# system-wide compile flags - target-specific flags are added to each target
below
! AM_CFLAGS = -Wall -g -I. $(LIBSTAGE_CFLAGS) @GTK_CFLAGS@
! AM_CPPFLAGS = -Wall -g -I. $(LIBSTAGE_CFLAGS) @GTK_CFLAGS@
# build stest, a stand-alone test binary using the stage library,
***************
*** 14,17 ****
# build a stand-alone test program using libstage
stest_SOURCES = stest.c
! stest_LDADD = $(LIBSTAGE_LIB_DIRS) -lstage
! stest_DEPENDENCIES = $(LIBSTAGE_DEPS)
--- 13,16 ----
# build a stand-alone test program using libstage
stest_SOURCES = stest.c
! stest_DEPENDENCIES =
! stest_LDADD = $(LIBSTAGE_LIBS)
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit