From ad06670dca980d62010ba20ed4b784c768f667a4 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Wed, 2 Jul 2008 15:38:36 +0200 Subject: conditional compilation of testsuite utils Use `make check' to compile the examples in utils/ Signed-off-by: Pablo Neira Ayuso --- utils/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils') 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 -- cgit v1.2.3