[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
- Previous message: [sword-cvs] sword/lib Makefile.am,1.23,1.24
- Next message: [sword-cvs] sword/debian Makefile.am, 1.3, NONE README.Debian, 1.2,
NONE changelog, 1.9, NONE control, 1.5, NONE copyright, 1.2,
NONE diatheke.dirs, 1.2, NONE libsword-dev.dirs, 1.1,
NONE libsword-dev.doc-base, 1.1, NONE rules, 1.9,
NONE sword.conf, 1.1, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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
- Previous message: [sword-cvs] sword/lib Makefile.am,1.23,1.24
- Next message: [sword-cvs] sword/debian Makefile.am, 1.3, NONE README.Debian, 1.2,
NONE changelog, 1.9, NONE control, 1.5, NONE copyright, 1.2,
NONE diatheke.dirs, 1.2, NONE libsword-dev.dirs, 1.1,
NONE libsword-dev.doc-base, 1.1, NONE rules, 1.9,
NONE sword.conf, 1.1, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the sword-cvs
mailing list