diff --git a/mrw/makefile.am b/mrw/makefile.am index d982ebb..0edc734 100644 --- a/mrw/makefile.am +++ b/mrw/makefile.am @@ -9,6 +9,9 @@ ## @license LGPL, see file COPYING ## ## $Log$ +## Revision 1.19 2005/01/07 01:07:39 marc +## added configuration files for test +## ## Revision 1.18 2005/01/07 00:57:55 marc ## the test script was not distributed ## @@ -199,7 +202,8 @@ if HAVE_LOG4CXX mrwexclog4cxx_test_LDADD = -lmrwexclog4cxx -lcppunit -llog4cxx endif endif -EXTRA_DIST = test.dat ${examples_DATA} ${html_DATA} ${pdf_DATA} ${check_SCRIPTS} +EXTRA_DIST = test.dat configfile.ini configfile.ini.result \ + ${examples_DATA} ${html_DATA} ${pdf_DATA} ${check_SCRIPTS} TESTS = ${check_PROGRAMS} ${check_SCRIPTS} .PHONY: doc clean-local distclean-local