[sword-svn] r1779 - trunk/src/mgr
dglassey at crosswire.org
dglassey at crosswire.org
Sat Apr 16 16:18:04 MST 2005
Author: dglassey
Date: 2005-04-16 16:18:03 -0700 (Sat, 16 Apr 2005)
New Revision: 1779
Modified:
trunk/src/mgr/Makefile.am
Log:
fix build on MACOSX
Modified: trunk/src/mgr/Makefile.am
===================================================================
--- trunk/src/mgr/Makefile.am 2005-04-16 14:33:16 UTC (rev 1778)
+++ trunk/src/mgr/Makefile.am 2005-04-16 23:18:03 UTC (rev 1779)
@@ -9,11 +9,12 @@
AM_CPPFLAGS += $(globdef)
if WITHCURL
-libsword_la_SOURCES += $(mgrdir)/curlftpt.cpp
+FTP_SOURCES = $(mgrdir)/curlftpt.cpp
else
-libsword_la_SOURCES += $(mgrdir)/ftplibftpt.cpp
+FTP_SOURCES = $(mgrdir)/ftplibftpt.cpp
endif
+libsword_la_SOURCES += $(FTP_SOURCES)
libsword_la_SOURCES += $(mgrdir)/swconfig.cpp
libsword_la_SOURCES += $(mgrdir)/swmgr.cpp
libsword_la_SOURCES += $(mgrdir)/swfiltermgr.cpp
More information about the sword-cvs
mailing list