summaryrefslogtreecommitdiffstats
path: root/output/pcap/Makefile.am
blob: ac89cfe2160a95640308c714a3204c842278606c (plain)
1
2
3
4
5
6
7
8
9
10
11
12

AM_CPPFLAGS = -I$(top_srcdir)/include $(PCAP_INC)
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_LDFLAGS = -avoid-version -module

endif