From: <vac...@us...> - 2009-07-06 18:58:49
|
Revision: 155 http://xmlwrapp.svn.sourceforge.net/xmlwrapp/?rev=155&view=rev Author: vaclavslavik Date: 2009-07-06 18:58:24 +0000 (Mon, 06 Jul 2009) Log Message: ----------- include test.h and other tests files in the distribution Modified Paths: -------------- trunk/tests/Makefile.am Modified: trunk/tests/Makefile.am =================================================================== --- trunk/tests/Makefile.am 2009-07-06 16:26:26 UTC (rev 154) +++ trunk/tests/Makefile.am 2009-07-06 18:58:24 UTC (rev 155) @@ -9,6 +9,7 @@ noinst_PROGRAMS = test test_SOURCES = \ + test.h \ test_main.cxx \ attributes/test_attributes.cxx \ document/test_document.cxx \ @@ -20,3 +21,10 @@ LIBS += $(top_builddir)/src/libxsltwrapp.la test_SOURCES += xslt/test_xslt.cxx endif + +EXTRA_DIST = \ + $(srcdir)/*/data/*.out \ + $(srcdir)/*/data/*.xml \ + $(srcdir)/*/data/*.xsl \ + $(srcdir)/*/data/*.dtd \ + $(srcdir)/*/data/output This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |