From 45a62646b54910244b91ebae62abf3b813d211d0 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Wed, 2 Jul 2008 15:39:57 +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 7a2fe0e..69827ca 100644 --- a/utils/Makefile.am +++ b/utils/Makefile.am @@ -1,6 +1,6 @@ include $(top_srcdir)/Make_global.am -noinst_PROGRAMS = iftest +check_PROGRAMS = iftest iftest_SOURCES = iftest.c iftest_LDADD = ../src/libnfnetlink.la -- cgit v1.2.3