summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorTon Voon <tonvoon@users.sourceforge.net>2005-09-12 10:31:29 (GMT)
committerTon Voon <tonvoon@users.sourceforge.net>2005-09-12 10:31:29 (GMT)
commite85edd9e55d79b7e475f009df64accb65f317905 (patch)
tree1adf431a06733721b459d673fc1214295f53774a /Makefile.am
parent3c554b72de0df28175e7ed8a0bcf3b7e509335d9 (diff)
downloadmonitoring-plugins-e85edd9e55d79b7e475f009df64accb65f317905.tar.gz
ECHILD error at waitpid on Red Hat systems (Peter Pramberger and
Sascha Runschke - 1250191) git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1213 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index a7c5ffc..cc46a46 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,7 +5,8 @@ SUBDIRS = intl lib plugins plugins-scripts m4 po
5EXTRA_DIST = config.rpath \ 5EXTRA_DIST = config.rpath \
6 ABOUT-NLS ACKNOWLEDGEMENTS AUTHORS BUGS CHANGES CODING FAQ LEGAL \ 6 ABOUT-NLS ACKNOWLEDGEMENTS AUTHORS BUGS CHANGES CODING FAQ LEGAL \
7 REQUIREMENTS SUPPORT THANKS \ 7 REQUIREMENTS SUPPORT THANKS \
8 NPTest.pm contrib pkg nagios-plugins.spec 8 NPTest.pm contrib pkg nagios-plugins.spec \
9 config_test/Makefile config_test/run_tests config_test/child_test.c
9 10
10ACLOCAL_AMFLAGS = -I m4 11ACLOCAL_AMFLAGS = -I m4
11 12