summaryrefslogtreecommitdiffstats
path: root/output/pcap/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'output/pcap/Makefile.am')
-rw-r--r--output/pcap/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/output/pcap/Makefile.am b/output/pcap/Makefile.am
index b4bdb99..f2d9a67 100644
--- a/output/pcap/Makefile.am
+++ b/output/pcap/Makefile.am
@@ -1,6 +1,6 @@
-INCLUDES = $(all_includes) -I$(top_srcdir)/include
-LIBS=-lpcap
+INCLUDES = $(all_includes) $(PCAP_INC)
+LIBS=$(PCAP_LIB)
pkglib_LTLIBRARIES = ulogd_output_PCAP.la