diff options
author | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2002-09-16 00:47:17 (GMT) |
---|---|---|
committer | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2002-09-16 00:47:17 (GMT) |
commit | b86eec17eb3debea43afa15779930f984126f83b (patch) | |
tree | 5325e1d155ee309a1e05e5fa6791fb5b48e48ca2 /Makefile.am | |
parent | 1f6bb0cb8544b669d9913875618998b493a8fbc9 (diff) | |
download | monitoring-plugins-b86eec17eb3debea43afa15779930f984126f83b.tar.gz |
finish ckleanup of rpm spec porcessing
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@100 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index d1c7a68..00e5962 100644 --- a/Makefile.am +++ b/Makefile.am | |||
@@ -2,7 +2,10 @@ | |||
2 | 2 | ||
3 | SUBDIRS = plugins plugins-scripts | 3 | SUBDIRS = plugins plugins-scripts |
4 | 4 | ||
5 | EXTRA_DIST = REQUIREMENTS acconfig.h package.def subst.in subst.sh Helper.pm nagios-plugins.spec contrib | 5 | EXTRA_DIST = REQUIREMENTS acconfig.h subst.in subst.sh Helper.pm contrib nagios-plugins.spec.in |
6 | |||
7 | dist-hook: | ||
8 | sed "s/PACKAGE_VERSION/@PACKAGE_VERSION@/;s/PACKAGE_RELEASE/@PACKAGE_RELEASE@/;" $(srcdir)/nagios-plugins.spec.in > $(distdir)/nagios-plugins.spec | ||
6 | 9 | ||
7 | test: | 10 | test: |
8 | cd plugins; $(MAKE) test | 11 | cd plugins; $(MAKE) test |