diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 5987690..10fb06c 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am | |||
@@ -2,6 +2,8 @@ | |||
2 | 2 | ||
3 | NP-VERSION-FILE: .FORCE-NP-VERSION-FILE | 3 | NP-VERSION-FILE: .FORCE-NP-VERSION-FILE |
4 | @$(SHELL_PATH) $(top_srcdir)/NP-VERSION-GEN | 4 | @$(SHELL_PATH) $(top_srcdir)/NP-VERSION-GEN |
5 | .FORCE-NP-VERSION-FILE: | ||
6 | |||
5 | -include NP-VERSION-FILE | 7 | -include NP-VERSION-FILE |
6 | 8 | ||
7 | AM_CFLAGS = -DNP_VERSION='"$(NP_VERSION)"' | 9 | AM_CFLAGS = -DNP_VERSION='"$(NP_VERSION)"' |
@@ -177,5 +179,3 @@ clean-local: | |||
177 | uninstall-local: | 179 | uninstall-local: |
178 | cd $(DESTDIR)$(libexecdir) && rm -f $(check_tcp_programs) | 180 | cd $(DESTDIR)$(libexecdir) && rm -f $(check_tcp_programs) |
179 | 181 | ||
180 | .PHONY: .FORCE-NP-VERSION-FILE | ||
181 | |||