[Plib-cvs] plib/src/net Makefile.am,1.7,1.8
Brought to you by:
sjbaker
From: Sebastian U. <ud...@us...> - 2002-08-31 22:21:25
|
Update of /cvsroot/plib/plib/src/net In directory usw-pr-cvs1:/tmp/cvs-serv15635/net Modified Files: Makefile.am Log Message: Use AM_CONFIG_HEADER instead of AC_CONFIG_HEADERS Index: Makefile.am =================================================================== RCS file: /cvsroot/plib/plib/src/net/Makefile.am,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- Makefile.am 31 Aug 2002 20:49:17 -0000 1.7 +++ Makefile.am 31 Aug 2002 22:21:21 -0000 1.8 @@ -8,7 +8,7 @@ libplibnet_a_SOURCES = netBuffer.cxx netChannel.cxx netChat.cxx \ netMessage.cxx netMonitor.cxx netSocket.cxx -INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src/util +INCLUDES = -I$(top_srcdir)/src/util endif |