[sword-svn] r1773 - in trunk: bindings/gsoap tests

dglassey at crosswire.org dglassey at crosswire.org
Mon Apr 11 11:45:34 MST 2005


Author: dglassey
Date: 2005-04-11 11:45:34 -0700 (Mon, 11 Apr 2005)
New Revision: 1773

Modified:
   trunk/bindings/gsoap/Makefile.am
   trunk/tests/Makefile.am
Log:
build system bugs detected by make distcheck



Modified: trunk/bindings/gsoap/Makefile.am
===================================================================
--- trunk/bindings/gsoap/Makefile.am	2005-04-11 18:33:52 UTC (rev 1772)
+++ trunk/bindings/gsoap/Makefile.am	2005-04-11 18:45:34 UTC (rev 1773)
@@ -4,3 +4,5 @@
 EXTRA_DIST += $(swgsoapdir)/gsoapsword.h
 EXTRA_DIST += $(swgsoapdir)/include/stdsoap.h
 EXTRA_DIST += $(swgsoapdir)/testclient.cpp
+EXTRA_DIST += $(swgsoapdir)/Makefile.am
+

Modified: trunk/tests/Makefile.am
===================================================================
--- trunk/tests/Makefile.am	2005-04-11 18:33:52 UTC (rev 1772)
+++ trunk/tests/Makefile.am	2005-04-11 18:45:34 UTC (rev 1773)
@@ -2,6 +2,8 @@
 INCLUDES = -I $(top_srcdir)/include
 LDADD = $(top_builddir)/lib/libsword.la
 
+SUBDIRS = cppunit
+
 noinst_PROGRAMS = ciphertest keytest mgrtest parsekey listtest casttest \
 modtest compnone complzss localetest introtest indextest configtest keycast \
 romantest testblocks filtertest rawldidxtest lextest swaptest \



More information about the sword-cvs mailing list