From 5a622715ee0ed6c711d3feba4dc2d1158e4faca5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?T=C3=B6r=C3=B6k=20Edvin?= Date: Fri, 25 Jul 2008 16:07:55 +0000 Subject: [PATCH] fix EXTRA_DIST git-svn: trunk@3992 --- unit_tests/Makefile.am | 2 +- unit_tests/Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/unit_tests/Makefile.am b/unit_tests/Makefile.am index 68178fdaa..03f885c34 100644 --- a/unit_tests/Makefile.am +++ b/unit_tests/Makefile.am @@ -19,7 +19,7 @@ check_clamscan.sh: $(top_builddir)/test/clam.exe $(top_builddir)/test/clam.exe: (cd $(top_builddir)/test && $(MAKE)) -EXTRA_DIST=test-clamd.conf test-freshclam.conf +EXTRA_DIST=test-clamd.conf test-freshclam.conf valgrind.supp inputs/COPYING inputs/daily.pdb inputs/daily.wdb if ENABLE_COVERAGE LCOV_OUTPUT = lcov.out LCOV_HTML = lcov_html diff --git a/unit_tests/Makefile.in b/unit_tests/Makefile.in index 5d9257d77..ef0181c11 100644 --- a/unit_tests/Makefile.in +++ b/unit_tests/Makefile.in @@ -223,7 +223,7 @@ scripts = check_clamd.sh check_freshclam.sh check_sigtool.sh check_clamscan.sh v check_clamav_SOURCES = check_clamav.c check_jsnorm.c check_str.c check_regex.c checks.h $(top_builddir)/libclamav/clamav.h check_clamav_CFLAGS = @CHECK_CFLAGS@ -DSRCDIR=\"$(abs_srcdir)\" check_clamav_LDADD = $(top_builddir)/libclamav/libclamav.la @THREAD_LIBS@ @CHECK_LIBS@ -EXTRA_DIST = test-clamd.conf test-freshclam.conf +EXTRA_DIST = test-clamd.conf test-freshclam.conf valgrind.supp inputs/COPYING inputs/daily.pdb inputs/daily.wdb @ENABLE_COVERAGE_TRUE@LCOV_OUTPUT = lcov.out @ENABLE_COVERAGE_TRUE@LCOV_HTML = lcov_html @ENABLE_COVERAGE_TRUE@LCOV_LCOV = @LCOV@