Update of /cvsroot/blob/blob/include
In directory sc8-pr-cvs1:/tmp/cvs-serv19512/include
Modified Files:
Makefile.am
Log Message:
- added --enable-network configure option.
Index: Makefile.am
===================================================================
RCS file: /cvsroot/blob/blob/include/Makefile.am,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- Makefile.am 7 Oct 2001 15:17:49 -0000 1.9
+++ Makefile.am 18 Mar 2003 17:38:14 -0000 1.10
@@ -12,7 +12,8 @@
SUBDIRS = \
- blob
+ blob \
+ net
CLEANFILES = *~
|