[Plib-cvs] plib/examples/src/fnt Makefile.am,1.4,1.5
Brought to you by:
sjbaker
From: Sebastian U. <ud...@us...> - 2002-09-01 05:22:57
|
Update of /cvsroot/plib/plib/examples/src/fnt In directory usw-pr-cvs1:/tmp/cvs-serv24796/src/fnt Modified Files: Makefile.am Log Message: Support for building only certain examples Index: Makefile.am =================================================================== RCS file: /cvsroot/plib/plib/examples/src/fnt/Makefile.am,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- Makefile.am 7 Jul 2002 18:07:13 -0000 1.4 +++ Makefile.am 1 Sep 2002 05:22:24 -0000 1.5 @@ -1,3 +1,5 @@ +if BUILD_FNT + noinst_PROGRAMS = fnt_test slideshow fnt_test_SOURCES = fnt_test.cxx @@ -6,6 +8,8 @@ fnt_test_LDADD = -lplibfnt -lplibsg -lplibul $(GLUT_LIBS) $(OGL_LIBS) slideshow_LDADD = -lplibfnt -lplibsg -lplibul $(GLUT_LIBS) $(OGL_LIBS) + +endif EXTRA_DIST = fnt_test.dsp slideshow.dsp |