diff options
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 | ||