From f2b8c0ffb5a47e0cf77b54a59852c3f9ee29c0a2 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Fri, 30 Dec 2011 19:50:57 +0100 Subject: initial import Signed-off-by: Pablo Neira Ayuso --- Makefile.am | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Makefile.am (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..b03d23b --- /dev/null +++ b/Makefile.am @@ -0,0 +1,11 @@ +include $(top_srcdir)/Make_global.am + +ACLOCAL_AMFLAGS = -I m4 + +man_MANS = nfacct.8 +EXTRA_DIST = $(man_MANS) Make_global.am m4 + +SUBDIRS = include src +DIST_SUBDIRS = include src + +LIBS = @LIBMNL@ @LIBNETFILTER_ACCT@ -- cgit v1.2.3