summaryrefslogtreecommitdiffstats
path: root/plugins/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Makefile.am')
-rw-r--r--plugins/Makefile.am2
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 \
26EXTRA_DIST = t utils.c netutils.c popen.c utils.h netutils.h popen.h common.h \ 26EXTRA_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
29PLUGINHDRS = common.h config.h 29PLUGINHDRS = common.h
30 30
31BASEOBJS = utils.o ../lib/libnagiosplug.a 31BASEOBJS = utils.o ../lib/libnagiosplug.a
32NETOBJS = netutils.o $(BASEOBJS) $(EXTRA_NETOBJS) 32NETOBJS = netutils.o $(BASEOBJS) $(EXTRA_NETOBJS)