[Plib-cvs] plib/examples/src/util Makefile.am,1.1,1.2
Brought to you by:
sjbaker
From: Sebastian U. <ud...@us...> - 2002-09-01 05:22:29
|
Update of /cvsroot/plib/plib/examples/src/util In directory usw-pr-cvs1:/tmp/cvs-serv24796/src/util Modified Files: Makefile.am Log Message: Support for building only certain examples Index: Makefile.am =================================================================== RCS file: /cvsroot/plib/plib/examples/src/util/Makefile.am,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Makefile.am 3 Aug 2000 18:28:16 -0000 1.1 +++ Makefile.am 1 Sep 2002 05:22:26 -0000 1.2 @@ -1,8 +1,12 @@ +if BUILD_UL + noinst_PROGRAMS = test_dir test_dir_SOURCES = test_dir.cxx test_dir_LDADD = -lplibul + +endif EXTRA_DIST = test_dir.dsp |