summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2008-11-23 15:24:13 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2008-11-23 15:24:13 +0100
commit0f94ee526d87d0e02a742dc22af959e873ce22e2 (patch)
tree82e6f86b62249b86f3846937f4eadee87889cdae /Makefile.am
parent87a0dfec43336ed957a414a1cb5e02239e04a9b8 (diff)
qa: add test file to check for missing indirect function calls
This patch adds a rudimentary test file to check for possible unset indirect function calls. This automated test should be run after adding a new attribute. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 262028c..f31ebb4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,7 +2,7 @@ include $(top_srcdir)/Make_global.am
AUTOMAKE_OPTIONS = foreign dist-bzip2 1.6
-SUBDIRS = include src utils
+SUBDIRS = include src utils qa
man_MANS = #nfnetlink_conntrack.3 nfnetlink_conntrack.7