[Plib-cvs] plib/examples/src/ssg/state_test Makefile.am,1.6,1.7
Brought to you by:
sjbaker
From: Sebastian U. <ud...@us...> - 2002-09-01 05:22:28
|
Update of /cvsroot/plib/plib/examples/src/ssg/state_test In directory usw-pr-cvs1:/tmp/cvs-serv24796/src/ssg/state_test Modified Files: Makefile.am Log Message: Support for building only certain examples Index: Makefile.am =================================================================== RCS file: /cvsroot/plib/plib/examples/src/ssg/state_test/Makefile.am,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- Makefile.am 7 Jul 2002 18:07:14 -0000 1.6 +++ Makefile.am 1 Sep 2002 05:22:25 -0000 1.7 @@ -1,8 +1,12 @@ +if BUILD_SSG + noinst_PROGRAMS = stest stest_SOURCES = stest.cxx stest_LDADD = -lplibssg -lplibsg -lplibul $(GLUT_LIBS) $(OGL_LIBS) + +endif EXTRA_DIST = herring.inta stest.dsp |