diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
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 | ||
3 | SUBDIRS = gl lib plugins plugins-scripts plugins-root po @PERLMODS_DIR@ | 3 | SUBDIRS = gl lib plugins plugins-scripts plugins-root po @PERLMODS_DIR@ |
4 | 4 | ||
5 | # Have to list TAP_DIR manually to get in distribution | ||
5 | EXTRA_DIST = config.rpath \ | 6 | EXTRA_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 | ||
13 | ACLOCAL_AMFLAGS = -I gl/m4 -I m4 | 15 | ACLOCAL_AMFLAGS = -I gl/m4 -I m4 |
14 | 16 | ||