[sword-cvs] sword/tests/refsys Makefile.am,1.2,1.3
sword at www.crosswire.org
sword at www.crosswire.org
Fri May 7 10:49:47 MST 2004
Update of /cvs/core/sword/tests/refsys
In directory www:/tmp/cvs-serv7424/tests/refsys
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/tests/refsys/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Makefile.am 12 Apr 2004 13:47:21 -0000 1.2
+++ Makefile.am 7 May 2004 17:49:45 -0000 1.3
@@ -1,13 +1,13 @@
AUTOMAKE_OPTIONS = 1.6
INCLUDES = -I $(top_srcdir)/include
-if BUILDSPLITLIB
-LDADD = $(top_builddir)/lib/libsword_imp.la \
- $(top_builddir)/lib/libsword.la \
- $(XML_LIBS)
-else
+#if BUILDSPLITLIB
+#LDADD = $(top_builddir)/lib/libsword_imp.la \
+# $(top_builddir)/lib/libsword.la \
+# $(XML_LIBS)
+#else
LDADD = $(top_builddir)/lib/libsword.la \
$(XML_LIBS)
-endif
+#endif
noinst_PROGRAMS = mkrefsys
More information about the sword-cvs
mailing list