diff options
Diffstat (limited to 'plugins-scripts/Makefile.am')
-rw-r--r-- | plugins-scripts/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/plugins-scripts/Makefile.am b/plugins-scripts/Makefile.am index 897c724..1970273 100644 --- a/plugins-scripts/Makefile.am +++ b/plugins-scripts/Makefile.am | |||
@@ -4,7 +4,10 @@ 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: | 5 | .FORCE-NP-VERSION-FILE: |
6 | 6 | ||
7 | -include NP-VERSION-FILE | 7 | ## This is undocumented and could possibly break in future versions of |
8 | ## automake. See: | ||
9 | ## http://article.gmane.org/gmane.comp.sysutils.automake.general/10036 | ||
10 | @am__include@ @am__quote@NP-VERSION-FILE@am__quote@ | ||
8 | 11 | ||
9 | SUFFIXES = .pl .sh | 12 | SUFFIXES = .pl .sh |
10 | 13 | ||