summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorTon Voon <tonvoon@users.sourceforge.net>2008-06-30 09:01:47 (GMT)
committerTon Voon <tonvoon@users.sourceforge.net>2008-06-30 09:01:47 (GMT)
commitc503d85def269af243bf094531e4b3702a51a04d (patch)
tree234de78bc49180c7455bd2b892bf34ef68ffa2af /Makefile.am
parent6c476db6dcc7aa70a687d09c10e6ad515c290c23 (diff)
downloadmonitoring-plugins-c503d85def269af243bf094531e4b3702a51a04d.tar.gz
Have to list tap_dir manually to get into make dist
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2014 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 98b0dcc..208dbba 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,13 +2,15 @@
2 2
3SUBDIRS = gl lib plugins plugins-scripts plugins-root po @PERLMODS_DIR@ 3SUBDIRS = gl lib plugins plugins-scripts plugins-root po @PERLMODS_DIR@
4 4
5# Have to list TAP_DIR manually to get in distribution
5EXTRA_DIST = config.rpath \ 6EXTRA_DIST = config.rpath \
6 ABOUT-NLS ACKNOWLEDGEMENTS AUTHORS BUGS CODING FAQ LEGAL NEWS \ 7 ABOUT-NLS ACKNOWLEDGEMENTS AUTHORS BUGS CODING FAQ LEGAL NEWS \
7 REQUIREMENTS SUPPORT THANKS \ 8 REQUIREMENTS SUPPORT THANKS \
8 NPTest.pm contrib pkg nagios-plugins.spec \ 9 NPTest.pm contrib pkg nagios-plugins.spec \
9 config_test/Makefile config_test/run_tests config_test/child_test.c \ 10 config_test/Makefile config_test/run_tests config_test/child_test.c \
10 perlmods tools/build_perl_modules \ 11 perlmods tools/build_perl_modules \
11 tools/tinderbox_build @TAP_DIR@ 12 tools/tinderbox_build \
13 external/tap-1.01
12 14
13ACLOCAL_AMFLAGS = -I gl/m4 -I m4 15ACLOCAL_AMFLAGS = -I gl/m4 -I m4
14 16