[Plib-cvs] plib/src/sl Makefile.am,1.9,1.10
Brought to you by:
sjbaker
From: Sebastian U. <ud...@us...> - 2002-08-31 20:49:20
|
Update of /cvsroot/plib/plib/src/sl In directory usw-pr-cvs1:/tmp/cvs-serv26375/src/sl Modified Files: Makefile.am Log Message: Introduced plibconfig.h Index: Makefile.am =================================================================== RCS file: /cvsroot/plib/plib/src/sl/Makefile.am,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- Makefile.am 31 Aug 2002 17:07:35 -0000 1.9 +++ Makefile.am 31 Aug 2002 20:49:17 -0000 1.10 @@ -12,7 +12,7 @@ libplibsm_a_SOURCES = slPortability.h smMixer.cxx -INCLUDES = -I$(top_srcdir)/src/util +INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src/util endif |