[sword-cvs] sword/src/utilfuns Makefile.am,1.12,1.13

sword at www.crosswire.org sword at www.crosswire.org
Fri Jul 23 13:51:44 MST 2004


Committed by: dglassey

Update of /cvs/core/sword/src/utilfuns
In directory www:/tmp/cvs-serv28121/src/utilfuns

Modified Files:
	Makefile.am 
Log Message:

disable ftplib stuff for 1.5.8 - it isn't mature enough
cppunit detection is commented out


Index: Makefile.am
===================================================================
RCS file: /cvs/core/sword/src/utilfuns/Makefile.am,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- Makefile.am	6 Jul 2004 20:07:13 -0000	1.12
+++ Makefile.am	23 Jul 2004 20:51:42 -0000	1.13
@@ -11,11 +11,11 @@
 libsword_la_SOURCES += $(utilfunsdir)/ftpparse.c
 libsword_la_SOURCES += $(utilfunsdir)/url.cpp
 
-if INTERNALFTPLIB
-ftpsrc = $(utilfunsdir)/ftplib.c
-else
-ftpsrc =
-endif
+#if INTERNALFTPLIB
+#ftpsrc = $(utilfunsdir)/ftplib.c
+#else
+#ftpsrc =
+#endif
 
 if ZLIB
 UNTGZ = $(utilfunsdir)/zlib/untgz.c
@@ -24,7 +24,7 @@
 endif
 
 libsword_la_SOURCES += $(UNTGZ) 
-libsword_la_SOURCES += $(ftpsrc)
+#libsword_la_SOURCES += $(ftpsrc)
 
 if MINGW
 SWREGEX = $(utilfunsdir)/regex.c



More information about the sword-cvs mailing list