[Plib-cvs] plib/examples/src/sl Makefile.am,1.6,1.7
Brought to you by:
sjbaker
From: Wolfram K. <wol...@us...> - 2002-09-02 10:44:17
|
Update of /cvsroot/plib/plib/examples/src/sl In directory usw-pr-cvs1:/tmp/cvs-serv7951 Modified Files: Makefile.am Log Message: Change from Erik Hofman Index: Makefile.am =================================================================== RCS file: /cvsroot/plib/plib/examples/src/sl/Makefile.am,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- Makefile.am 1 Sep 2002 05:22:25 -0000 1.6 +++ Makefile.am 2 Sep 2002 10:42:49 -0000 1.7 @@ -5,8 +5,8 @@ example_SOURCES = example.cxx mod_demo_SOURCES = mod_demo.cxx -example_LDADD = -lplibsm -lplibsl -lplibul $(SND_LIBS) -mod_demo_LDADD = -lplibsm -lplibsl -lplibul $(SND_LIBS) +example_LDADD = -lplibsm -lplibsl -lplibul $(SND_LIBS) -lm +mod_demo_LDADD = -lplibsm -lplibsl -lplibul $(SND_LIBS) -lm endif |