[sword-cvs] sword/src/mgr Makefile.am,1.10,1.11
sword@www.crosswire.org
sword@www.crosswire.org
Tue, 8 Jul 2003 15:58:41 -0700
Update of /usr/local/cvsroot/sword/src/mgr
In directory www:/tmp/cvs-serv7551/src/mgr
Modified Files:
Makefile.am
Log Message:
dglassey: build fix for automake-1.6
Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/sword/src/mgr/Makefile.am,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- Makefile.am 8 Jul 2003 07:24:29 -0000 1.10
+++ Makefile.am 8 Jul 2003 22:58:39 -0000 1.11
@@ -24,5 +24,10 @@
libsword_la_SOURCES += $(mgrdir)/localemgr.cpp
libsword_la_SOURCES += $(mgrdir)/swcacher.cpp
if INSTALLMGR
-libsword_la_SOURCES += $(mgrdir)/installmgr.cpp
+IMGRSRCMGR = $(mgrdir)/installmgr.cpp
+else
+IMGRSRCMGR =
endif
+
+libsword_la_SOURCES += $(IMGRSRCMGR)
+