Update of /cvsroot/plib/plib/src/net
In directory usw-pr-cvs1:/tmp/cvs-serv26375/src/net
Modified Files:
Makefile.am
Log Message:
Introduced plibconfig.h
Index: Makefile.am
===================================================================
RCS file: /cvsroot/plib/plib/src/net/Makefile.am,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- Makefile.am 30 Aug 2002 18:48:17 -0000 1.6
+++ Makefile.am 31 Aug 2002 20:49:17 -0000 1.7
@@ -8,7 +8,7 @@
libplibnet_a_SOURCES = netBuffer.cxx netChannel.cxx netChat.cxx \
netMessage.cxx netMonitor.cxx netSocket.cxx
-INCLUDES = -I$(top_srcdir)/src/util
+INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src/util
endif
|