summaryrefslogtreecommitdiffstats
path: root/plugins/Makefile.am
diff options
context:
space:
mode:
authorTon Voon <tonvoon@users.sourceforge.net>2007-01-24 23:18:05 (GMT)
committerTon Voon <tonvoon@users.sourceforge.net>2007-01-24 23:18:05 (GMT)
commit49d8064bf3986f3c57385e643aa865dd1390271e (patch)
tree282c010d6190a54bfe462aab41e79b56e88a3d66 /plugins/Makefile.am
parentfe856aa957978504137c1d425815d4ed8a22be40 (diff)
downloadmonitoring-plugins-49d8064bf3986f3c57385e643aa865dd1390271e.tar.gz
Various cleanups in the syncing with gnulib
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1581 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/Makefile.am')
-rw-r--r--plugins/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index 4d1fbf3..7ee2910 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -28,8 +28,7 @@ EXTRA_PROGRAMS = check_mysql check_radius check_pgsql check_snmp check_hpjd \
28 check_procs check_mysql_query check_apt 28 check_procs check_mysql_query check_apt
29 29
30EXTRA_DIST = t utils.c netutils.c sslutils.c popen.c utils.h netutils.h \ 30EXTRA_DIST = t utils.c netutils.c sslutils.c popen.c utils.h netutils.h \
31 popen.h common.h getaddrinfo.c getaddrinfo.h \ 31 popen.h common.h runcmd.c runcmd.h
32 gethostbyname.c gethostbyname.h runcmd.c runcmd.h
33 32
34PLUGINHDRS = common.h 33PLUGINHDRS = common.h
35 34