Browse code

fix make distcheck: add files to extradist

git-svn: trunk@4209

Török Edvin authored on 2008/09/28 06:16:21
Showing 2 changed files
... ...
@@ -32,7 +32,7 @@ $(top_builddir)/test/clam.exe:
32 32
 	(cd $(top_builddir)/test && $(MAKE))
33 33
 
34 34
 CLEANFILES=lcov.out *.gcno *.gcda *.log $(FILES) test-stderr.log clamscan.log valgrind-*.log duma.log duma2.log
35
-EXTRA_DIST=.split input test-clamd.conf test-freshclam.conf valgrind.supp virusaction-test.sh $(scripts) preload_run.sh
35
+EXTRA_DIST=.split $(srcdir)/*.ref input test-clamd.conf test-freshclam.conf valgrind.supp virusaction-test.sh $(scripts) preload_run.sh
36 36
 if ENABLE_COVERAGE
37 37
 LCOV_OUTPUT = lcov.out
38 38
 LCOV_HTML = lcov_html
... ...
@@ -243,7 +243,7 @@ check_SCRIPTS = $(scripts)
243 243
 @HAVE_LIBCHECK_TRUE@check_clamav_CPPFLAGS = @CHECK_CPPFLAGS@ -DSRCDIR=\"$(abs_srcdir)\"
244 244
 @HAVE_LIBCHECK_TRUE@check_clamav_LDADD = $(top_builddir)/libclamav/libclamav.la @THREAD_LIBS@ @CHECK_LIBS@
245 245
 CLEANFILES = lcov.out *.gcno *.gcda *.log $(FILES) test-stderr.log clamscan.log valgrind-*.log duma.log duma2.log
246
-EXTRA_DIST = .split input test-clamd.conf test-freshclam.conf valgrind.supp virusaction-test.sh $(scripts) preload_run.sh
246
+EXTRA_DIST = .split $(srcdir)/*.ref input test-clamd.conf test-freshclam.conf valgrind.supp virusaction-test.sh $(scripts) preload_run.sh
247 247
 @ENABLE_COVERAGE_TRUE@LCOV_OUTPUT = lcov.out
248 248
 @ENABLE_COVERAGE_TRUE@LCOV_HTML = lcov_html
249 249
 @ENABLE_COVERAGE_TRUE@LCOV_LCOV = @LCOV@