summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
blob: 28822fe93d0bfb8038eaafd614892e5af672d174 (plain)
1
2
3
4
5
6
7
include $(top_srcdir)/Make_global.am

sbin_PROGRAMS = nfacct

nfacct_SOURCES = nfacct.c

nfacct_LDADD = ${LIBMNL_LIBS} ${LIBNETFILTER_ACCT_LIBS}