summaryrefslogtreecommitdiffstats
path: root/utils/Makefile.am
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2008-07-02 15:38:36 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2008-07-02 15:38:36 +0200
commitad06670dca980d62010ba20ed4b784c768f667a4 (patch)
treecd9b4cc7fe65422cda3d7c550f36fdf21266ec30 /utils/Makefile.am
parent5eaffce63ada098bc5a96101df20f2e7a187eeeb (diff)
conditional compilation of testsuite utils
Use `make check' to compile the examples in utils/ Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'utils/Makefile.am')
-rw-r--r--utils/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/Makefile.am b/utils/Makefile.am
index ad1fb5a..9a5e9d6 100644
--- a/utils/Makefile.am
+++ b/utils/Makefile.am
@@ -1,7 +1,7 @@
INCLUDES = $(all_includes) -I$(top_srcdir)/include -I${KERNELDIR}
-noinst_PROGRAMS = nfqnl_test
+check_PROGRAMS = nfqnl_test
nfqnl_test_SOURCES = nfqnl_test.c
nfqnl_test_LDADD = ../src/libnetfilter_queue.la