the test script was not distributed

This commit is contained in:
Marc Wäckerlin
2005-01-07 00:57:55 +00:00
parent e4fb5bd8dc
commit 90380cbddc

View File

@@ -9,6 +9,9 @@
## @license LGPL, see file <a href="license.html">COPYING</a>
##
## $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