diff options
-rw-r--r-- | plugins/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am index ac421e5..cf35290 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am | |||
@@ -26,7 +26,7 @@ EXTRA_PROGRAMS = check_mysql check_radius check_pgsql check_snmp check_hpjd \ | |||
26 | EXTRA_DIST = t utils.c netutils.c popen.c utils.h netutils.h popen.h common.h \ | 26 | EXTRA_DIST = t utils.c netutils.c popen.c utils.h netutils.h popen.h common.h \ |
27 | getaddrinfo.c getaddrinfo.h gethostbyname.c gethostbyname.h | 27 | getaddrinfo.c getaddrinfo.h gethostbyname.c gethostbyname.h |
28 | 28 | ||
29 | PLUGINHDRS = common.h config.h | 29 | PLUGINHDRS = common.h |
30 | 30 | ||
31 | BASEOBJS = utils.o ../lib/libnagiosplug.a | 31 | BASEOBJS = utils.o ../lib/libnagiosplug.a |
32 | NETOBJS = netutils.o $(BASEOBJS) $(EXTRA_NETOBJS) | 32 | NETOBJS = netutils.o $(BASEOBJS) $(EXTRA_NETOBJS) |