1 # -*- Makefile -*- 2 3 AM_CFLAGS = ${regular_CFLAGS} 4 AM_CPPFLAGS = ${regular_CPPFLAGS} -I${top_builddir}/include -I${top_srcdir}/include 5 6 sbin_PROGRAMS = nfnl_osf 7 pkgdata_DATA = pf.os 8 9 nfnl_osf_LDADD = -lnfnetlink 10