summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
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
18nagios-plugins.spec: nagios-plugins.spec.in
19 sed "s/%%{VER}/@VER@/;s/%%{REL}/@REL@/;" $? > $@
20
18# Solaris pkgmk 21# Solaris pkgmk
19PACKDIR=build-pkg 22PACKDIR=build-pkg
20VERSION=@PACKAGE_VERSION@ 23VERSION=@PACKAGE_VERSION@