[sword-cvs] sword/src/mgr Makefile.am,1.9,1.10

sword@www.crosswire.org sword@www.crosswire.org
Tue, 8 Jul 2003 00:24:31 -0700


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

Modified Files:
	Makefile.am 
Log Message:

dglassey: first get it working without installmgr/curl


Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/sword/src/mgr/Makefile.am,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** Makefile.am	30 May 2003 18:08:05 -0000	1.9
--- Makefile.am	8 Jul 2003 07:24:29 -0000	1.10
***************
*** 24,26 ****
--- 24,28 ----
  libsword_la_SOURCES += $(mgrdir)/localemgr.cpp
  libsword_la_SOURCES += $(mgrdir)/swcacher.cpp
+ if INSTALLMGR
  libsword_la_SOURCES += $(mgrdir)/installmgr.cpp
+ endif