Update of /cvsroot/plib/plib/src/net
In directory usw-pr-cvs1:/tmp/cvs-serv15423/src/net
Modified Files:
Makefile.am
Log Message:
configure script now allows to build only parts of PLIB
Index: Makefile.am
===================================================================
RCS file: /cvsroot/plib/plib/src/net/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 30 Aug 2002 18:48:17 -0000 1.6
@@ -1,3 +1,5 @@
+if BUILD_NET
+
lib_LIBRARIES = libplibnet.a
include_HEADERS = netBuffer.h netChannel.h netChat.h netMessage.h \
@@ -7,6 +9,8 @@
netMessage.cxx netMonitor.cxx netSocket.cxx
INCLUDES = -I$(top_srcdir)/src/util
+
+endif
EXTRA_DIST = net.dsp
|