diff options
Diffstat (limited to 'plugins')
-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 1453488..13bca70 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am | |||
@@ -28,7 +28,7 @@ EXTRA_DIST = t utils.c netutils.c popen.c utils.h netutils.h popen.h common.h \ | |||
28 | 28 | ||
29 | PLUGINHDRS = common.h | 29 | PLUGINHDRS = common.h |
30 | 30 | ||
31 | BASEOBJS = utils.o ../lib/libnagiosplug.a | 31 | BASEOBJS = utils.o ../lib/libnagiosplug.a ../lib/libcoreutils.a |
32 | NETOBJS = netutils.o $(BASEOBJS) $(EXTRA_NETOBJS) | 32 | NETOBJS = netutils.o $(BASEOBJS) $(EXTRA_NETOBJS) |
33 | NETLIBS = $(NETOBJS) $(SOCKETLIBS) | 33 | NETLIBS = $(NETOBJS) $(SOCKETLIBS) |
34 | 34 | ||