diff options
author | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2003-03-19 02:28:12 +0000 |
---|---|---|
committer | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2003-03-19 02:28:12 +0000 |
commit | 9b11e0b65227e4e92b5d3f49a45fa7928dc7c113 (patch) | |
tree | 838b2742a7c6babd02f6ececca677ed56c6caf55 /Makefile.am | |
parent | 26bfac750d281fdc6d1bf27a0606570aabeaa8c5 (diff) | |
download | monitoring-plugins-9b11e0b65227e4e92b5d3f49a45fa7928dc7c113.tar.gz |
subst.* was replaced by dist-hook
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@438 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 39fa032f..33182593 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,8 +3,7 @@ SUBDIRS = lib plugins plugins-scripts EXTRA_DIST = CODING FAQ LEGAL REQUIREMENTS SUPPORT \ - subst.in subst.sh Helper.pm \ - contrib nagios-plugins.spec.in + Helper.pm contrib nagios-plugins.spec.in ACLOCAL_AMFLAGS = -I lib |