summaryrefslogtreecommitdiffstats
path: root/output/pcap
diff options
context:
space:
mode:
Diffstat (limited to 'output/pcap')
-rw-r--r--output/pcap/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/output/pcap/Makefile.am b/output/pcap/Makefile.am
index 59cb3f6..47580d2 100644
--- a/output/pcap/Makefile.am
+++ b/output/pcap/Makefile.am
@@ -1,13 +1,13 @@
AM_CPPFLAGS = -I$(top_srcdir)/include $(PCAP_INC)
AM_CFLAGS = ${regular_CFLAGS}
-LIBS=$(PCAP_LIB)
if HAVE_PCAP
pkglib_LTLIBRARIES = ulogd_output_PCAP.la
ulogd_output_PCAP_la_SOURCES = ulogd_output_PCAP.c
+ulogd_output_PCAP_la_LIBADD = ${PCAP_LIB}
ulogd_output_PCAP_la_LDFLAGS = -avoid-version -module
endif