blob: bfafd1d0d0c5807c1386278a4369a25ba10b62fc [file] [log] [blame]
# -*- Makefile -*-
AM_CFLAGS = ${regular_CFLAGS}
AM_CPPFLAGS = ${regular_CPPFLAGS} -I${top_builddir}/include \
-I${top_srcdir}/include ${libnfnetlink_CFLAGS}
sbin_PROGRAMS =
pkgdata_DATA =
if HAVE_LIBNFNETLINK
sbin_PROGRAMS += nfnl_osf
pkgdata_DATA += pf.os
nfnl_osf_LDADD = -lnfnetlink
endif
if ENABLE_BPFC
sbin_PROGRAMS += nfbpf_compile
nfbpf_compile_LDADD = -lpcap
endif