[Plib-cvs] CVS: plib/src/sl Makefile.am,1.5,1.6
Brought to you by:
sjbaker
From: Sebastian U. <ud...@us...> - 2002-03-03 16:03:36
|
Update of /cvsroot/plib/plib/src/sl In directory usw-pr-cvs1:/tmp/cvs-serv19857/sl Modified Files: Makefile.am Log Message: Do not install slMODPrivate.h and slMODfile.h on the user's system Index: Makefile.am =================================================================== RCS file: /cvsroot/plib/plib/src/sl/Makefile.am,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- Makefile.am 3 Oct 2001 10:21:10 -0000 1.5 +++ Makefile.am 3 Mar 2002 16:03:33 -0000 1.6 @@ -1,12 +1,12 @@ lib_LIBRARIES = libplibsl.a libplibsm.a -include_HEADERS = sl.h slPortability.h sm.h slMODPrivate.h slMODfile.h +include_HEADERS = sl.h slPortability.h sm.h libplibsl_a_SOURCES = \ slDSP.cxx slSample.cxx slEnvelope.cxx \ slPlayer.cxx slMODPlayer.cxx slSamplePlayer.cxx \ slScheduler.cxx slMODdacio.cxx slMODfile.cxx \ - slMODinst.cxx slMODnote.cxx + slMODinst.cxx slMODnote.cxx slMODPrivate.h slMODfile.h libplibsm_a_SOURCES = slPortability.h smMixer.cxx |