From 90380cbddcf91c0a9409f3a49800223042f44b1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Fri, 7 Jan 2005 00:57:55 +0000 Subject: [PATCH] the test script was not distributed --- mrw/makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mrw/makefile.am b/mrw/makefile.am index 24e2a69..d982ebb 100644 --- a/mrw/makefile.am +++ b/mrw/makefile.am @@ -9,6 +9,9 @@ ## @license LGPL, see file COPYING ## ## $Log$ +## Revision 1.18 2005/01/07 00:57:55 marc +## the test script was not distributed +## ## Revision 1.17 2005/01/07 00:33:51 marc ## added config file and file ## @@ -72,7 +75,6 @@ htmldir = ${pkgdatadir}/doc/html html_DATA = doc/html/index.html doc/html/* pdfdir = ${pkgdatadir}/doc/pdf pdf_DATA = doc/latex/@PACKAGENAME@-@MAJOR@.@MINOR@.@LEAST@.pdf -EXTRA_DIST = test.dat ${examples_DATA} ${html_DATA} ${pdf_DATA} lib_LTLIBRARIES = libmrw.la if HAVE_STACKTRACE @@ -197,6 +199,7 @@ if HAVE_LOG4CXX mrwexclog4cxx_test_LDADD = -lmrwexclog4cxx -lcppunit -llog4cxx endif endif +EXTRA_DIST = test.dat ${examples_DATA} ${html_DATA} ${pdf_DATA} ${check_SCRIPTS} TESTS = ${check_PROGRAMS} ${check_SCRIPTS} .PHONY: doc clean-local distclean-local