[sword-cvs] sword/src/mgr Makefile.am,1.16,1.17
sword at www.crosswire.org
sword at www.crosswire.org
Fri May 7 10:49:47 MST 2004
Update of /cvs/core/sword/src/mgr
In directory www:/tmp/cvs-serv7424/src/mgr
Modified Files:
Makefile.am
Log Message:
dglassey: disable the splitlib option for now - vk2 works just find alongside vk
Index: Makefile.am
===================================================================
RCS file: /cvs/core/sword/src/mgr/Makefile.am,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- Makefile.am 17 Apr 2004 17:16:17 -0000 1.16
+++ Makefile.am 7 May 2004 17:49:45 -0000 1.17
@@ -6,11 +6,15 @@
globdef =
endif
-if BUILDSPLITLIB
+#if BUILDSPLITLIB
+#spdefs = -DSPLITLIB
+#else
+if BUILDNEWVKEY
spdefs = -DSPLITLIB
else
spdefs =
endif
+#endif
AM_CPPFLAGS += $(globdef) $(spdefs)
@@ -26,10 +30,11 @@
libsword_la_SOURCES += $(mgrdir)/swsearchable.cpp
libsword_la_SOURCES += $(mgrdir)/installmgr.cpp
libsword_la_SOURCES += $(mgrdir)/stringmgr.cpp
+libsword_la_SOURCES += $(mgrdir)/refsysmgr.cpp
-if BUILDSPLITLIB
-libsword_imp_la_SOURCES += $(mgrsplits)
-else
+#if BUILDSPLITLIB
+#libsword_imp_la_SOURCES += $(mgrsplits)
+#else
libsword_la_SOURCES += $(mgrsplits)
-endif
+#endif
More information about the sword-cvs
mailing list