Update of /cvsroot/plib/plib/src/sl
In directory usw-pr-cvs1:/tmp/cvs-serv18324
Modified Files:
Makefile.am
Log Message:
Use AM_CONFIG_HEADER instead of AC_CONFIG_HEADERS
Index: Makefile.am
===================================================================
RCS file: /cvsroot/plib/plib/src/sl/Makefile.am,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- Makefile.am 31 Aug 2002 20:49:17 -0000 1.10
+++ Makefile.am 31 Aug 2002 22:34:05 -0000 1.11
@@ -12,7 +12,7 @@
libplibsm_a_SOURCES = slPortability.h smMixer.cxx
-INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src/util
+INCLUDES = -I$(top_srcdir)/src/util
endif
|