diff options
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index a6729d4..5ba9621 100644 --- a/Makefile.am +++ b/Makefile.am | |||
@@ -15,6 +15,9 @@ test: | |||
15 | cd plugins; $(MAKE) test | 15 | cd plugins; $(MAKE) test |
16 | cd plugins-scripts; $(MAKE) test | 16 | cd plugins-scripts; $(MAKE) test |
17 | 17 | ||
18 | nagios-plugins.spec: nagios-plugins.spec.in | ||
19 | sed "s/%%{VER}/@VER@/;s/%%{REL}/@REL@/;" $? > $@ | ||
20 | |||
18 | # Solaris pkgmk | 21 | # Solaris pkgmk |
19 | PACKDIR=build-pkg | 22 | PACKDIR=build-pkg |
20 | VERSION=@PACKAGE_VERSION@ | 23 | VERSION=@PACKAGE_VERSION@ |