diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index dc16654..98542b9 100644 --- a/Makefile.am +++ b/Makefile.am | |||
@@ -3,7 +3,7 @@ | |||
3 | SUBDIRS = gl tap lib plugins plugins-scripts plugins-root po @PERLMODS_DIR@ | 3 | SUBDIRS = gl tap lib plugins plugins-scripts plugins-root po @PERLMODS_DIR@ |
4 | 4 | ||
5 | EXTRA_DIST = config.rpath \ | 5 | EXTRA_DIST = config.rpath \ |
6 | ABOUT-NLS ACKNOWLEDGEMENTS AUTHORS CODING FAQ LEGAL NEWS \ | 6 | ABOUT-NLS ACKNOWLEDGEMENTS AUTHORS CODING ChangeLog FAQ LEGAL NEWS \ |
7 | NP-VERSION-GEN REQUIREMENTS SUPPORT THANKS \ | 7 | NP-VERSION-GEN REQUIREMENTS SUPPORT THANKS \ |
8 | NPTest.pm pkg nagios-plugins.spec \ | 8 | NPTest.pm pkg nagios-plugins.spec \ |
9 | config_test/Makefile config_test/run_tests config_test/child_test.c \ | 9 | config_test/Makefile config_test/run_tests config_test/child_test.c \ |
@@ -15,6 +15,13 @@ ACLOCAL_AMFLAGS = -I gl/m4 -I m4 | |||
15 | localedir = $(datadir)/locale | 15 | localedir = $(datadir)/locale |
16 | DEFS = -DLOCALEDIR=\"$(localedir)\" | 16 | DEFS = -DLOCALEDIR=\"$(localedir)\" |
17 | 17 | ||
18 | # | ||
19 | # The ChangeLog file is auto-generated from the Git history. We let it depend | ||
20 | # on NP-VERSION-GEN, as we bump our version number in that file. | ||
21 | # | ||
22 | ChangeLog: NP-VERSION-GEN | ||
23 | $(top_srcdir)/tools/generate-change-log > $@ | ||
24 | |||
18 | dist-hook: | 25 | dist-hook: |
19 | $(MAKE) THANKS | 26 | $(MAKE) THANKS |
20 | echo ${VERSION} >$(distdir)/release | 27 | echo ${VERSION} >$(distdir)/release |