diff options
author | Jeremy T. Bouse <undrgrid@users.sourceforge.net> | 2003-03-11 07:04:56 +0000 |
---|---|---|
committer | Jeremy T. Bouse <undrgrid@users.sourceforge.net> | 2003-03-11 07:04:56 +0000 |
commit | 261b267e0965febb4f41237d79d7cb580a4fc029 (patch) | |
tree | 74e713b0393f027daa7f3c475c4f9ae5eb12296a /Makefile.am | |
parent | f92835063a238a85cf8ef0cb3ac67f649ab35ebd (diff) | |
download | monitoring-plugins-261b267e0965febb4f41237d79d7cb580a4fc029.tar.gz |
Removed acconfig.h from EXTRA_DIST
Fixed problem with test in SWAP_FORMAT and SWAP_COMMAND
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@393 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 60e4d3c2..39fa032f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,8 +3,8 @@ SUBDIRS = lib plugins plugins-scripts EXTRA_DIST = CODING FAQ LEGAL REQUIREMENTS SUPPORT \ -acconfig.h subst.in subst.sh Helper.pm \ -contrib nagios-plugins.spec.in + subst.in subst.sh Helper.pm \ + contrib nagios-plugins.spec.in ACLOCAL_AMFLAGS = -I lib |