diff options
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 0452133f..3cd939ac 100644 --- a/Makefile.am +++ b/Makefile.am | |||
| @@ -5,7 +5,7 @@ SUBDIRS = gl @INCLUDE_TAP_DIR@ lib plugins plugins-scripts plugins-root po @PERL | |||
| 5 | # Have to list TAP_DIR manually to get in distribution | 5 | # Have to list TAP_DIR manually to get in distribution |
| 6 | EXTRA_DIST = config.rpath \ | 6 | EXTRA_DIST = config.rpath \ |
| 7 | ABOUT-NLS ACKNOWLEDGEMENTS AUTHORS BUGS CODING FAQ LEGAL NEWS \ | 7 | ABOUT-NLS ACKNOWLEDGEMENTS AUTHORS BUGS CODING FAQ LEGAL NEWS \ |
| 8 | REQUIREMENTS SUPPORT THANKS \ | 8 | NP-VERSION-GEN REQUIREMENTS SUPPORT THANKS \ |
| 9 | NPTest.pm contrib pkg nagios-plugins.spec \ | 9 | NPTest.pm contrib pkg nagios-plugins.spec \ |
| 10 | 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 \ |
| 11 | perlmods tools/build_perl_modules \ | 11 | perlmods tools/build_perl_modules \ |
| @@ -19,7 +19,7 @@ DEFS = -DLOCALEDIR=\"$(localedir)\" | |||
| 19 | 19 | ||
| 20 | dist-hook: | 20 | dist-hook: |
| 21 | make THANKS nagios-plugins.spec pkg/fedora/nagios-plugins.spec | 21 | make THANKS nagios-plugins.spec pkg/fedora/nagios-plugins.spec |
| 22 | rm -rf `find $(distdir) -name .svn` | 22 | echo ${VERSION} >$(distdir)/version |
| 23 | 23 | ||
| 24 | install-root: | 24 | install-root: |
| 25 | cd plugins-root && $(MAKE) $@ | 25 | cd plugins-root && $(MAKE) $@ |
| @@ -62,3 +62,4 @@ THANKS: THANKS.in | |||
| 62 | 62 | ||
| 63 | pkgclean: | 63 | pkgclean: |
| 64 | rm -rf $(BUILDDIR) $(PACKDIR) | 64 | rm -rf $(BUILDDIR) $(PACKDIR) |
| 65 | |||
