diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2007-01-24 23:18:05 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2007-01-24 23:18:05 (GMT) |
commit | 49d8064bf3986f3c57385e643aa865dd1390271e (patch) | |
tree | 282c010d6190a54bfe462aab41e79b56e88a3d66 /plugins/Makefile.am | |
parent | fe856aa957978504137c1d425815d4ed8a22be40 (diff) | |
download | monitoring-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.am | 3 |
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 | ||
30 | EXTRA_DIST = t utils.c netutils.c sslutils.c popen.c utils.h netutils.h \ | 30 | EXTRA_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 | ||
34 | PLUGINHDRS = common.h | 33 | PLUGINHDRS = common.h |
35 | 34 | ||