summaryrefslogtreecommitdiffstats
path: root/ulogd/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'ulogd/Makefile.in')
-rw-r--r--ulogd/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/ulogd/Makefile.in b/ulogd/Makefile.in
index 7bfa3f9..0f1845c 100644
--- a/ulogd/Makefile.in
+++ b/ulogd/Makefile.in
@@ -62,7 +62,7 @@ recurse:
@for d in $(SUBDIRS); do if ! make -C $$d; then exit 1; fi; done
ulogd: ulogd.c $(LIBIPULOG) include/ulogd/ulogd.h conffile/conffile.o $(LIBIPULOG)/libipulog.a ulogd.conf
- $(CC) $(CFLAGS) -rdynamic $< conffile/conffile.o $(LIBIPULOG)/libipulog.a -o $@ $(LIBS)
+ $(CC) $(CFLAGS) $(LDFLAGS) -rdynamic $< conffile/conffile.o $(LIBIPULOG)/libipulog.a -o $@ $(LIBS)
edit = sed -e 's,@libdir\@,$(ULOGD_LIB_PATH),g'