[sword-cvs] sword/src/mgr Makefile.am,1.11,1.12

sword@www.crosswire.org sword@www.crosswire.org
Wed, 9 Jul 2003 14:52:47 -0700


Update of /usr/local/cvsroot/sword/src/mgr
In directory www:/tmp/cvs-serv18086/src/mgr

Modified Files:
	Makefile.am 
Log Message:

dglassey: change --enable-installmgr to --with-curl and compile installmgr.cpp even if not using curl


Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/sword/src/mgr/Makefile.am,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- Makefile.am	8 Jul 2003 22:58:39 -0000	1.11
+++ Makefile.am	9 Jul 2003 21:52:45 -0000	1.12
@@ -23,11 +23,5 @@
 libsword_la_SOURCES += $(mgrdir)/swlocale.cpp
 libsword_la_SOURCES += $(mgrdir)/localemgr.cpp
 libsword_la_SOURCES += $(mgrdir)/swcacher.cpp
-if INSTALLMGR
-IMGRSRCMGR = $(mgrdir)/installmgr.cpp
-else
-IMGRSRCMGR = 
-endif
-
-libsword_la_SOURCES += $(IMGRSRCMGR)
+libsword_la_SOURCES += $(mgrdir)/installmgr.cpp