[libnetfilter_log] conditional compilation of testsuite utils

Pablo Neira netfilter-cvslog-bounces at lists.netfilter.org
Wed Jul 2 15:53:06 CEST 2008


Gitweb:		http://git.netfilter.org/cgi-bin/gitweb.cgi?p=libnetfilter_log.git;a=commit;h=8900be8c52165843df22ded681aebb5e05078b63
commit 8900be8c52165843df22ded681aebb5e05078b63
Author:     Pablo Neira Ayuso <pablo at netfilter.org>
AuthorDate: Wed Jul 2 15:37:49 2008 +0200
Commit:     Pablo Neira Ayuso <pablo at netfilter.org>
CommitDate: Wed Jul 2 15:37:49 2008 +0200

    conditional compilation of testsuite utils
    
    Use `make check' to compile the examples in utils/
    
    Signed-off-by: Pablo Neira Ayuso <pablo at netfilter.org>
       via  8900be8c52165843df22ded681aebb5e05078b63 (commit)
      from  b3fbbbb083d8d21b9b7784683d41a788f0114d46 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 8900be8c52165843df22ded681aebb5e05078b63
Author: Pablo Neira Ayuso <pablo at netfilter.org>
Date:   Wed Jul 2 15:37:49 2008 +0200

    conditional compilation of testsuite utils
    
    Use `make check' to compile the examples in utils/
    
    Signed-off-by: Pablo Neira Ayuso <pablo at netfilter.org>

-----------------------------------------------------------------------

 utils/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
Use `make check' to compile the examples in utils/

Signed-off-by: Pablo Neira Ayuso <pablo at netfilter.org>

diff --git a/utils/Makefile.am b/utils/Makefile.am
index 091ca56..f405dbf 100644
--- a/utils/Makefile.am
+++ b/utils/Makefile.am
@@ -1,6 +1,6 @@
 INCLUDES = $(all_includes) -I$(top_srcdir)/include
 
-noinst_PROGRAMS = nfulnl_test ulog_test
+check_PROGRAMS = nfulnl_test ulog_test
 
 nfulnl_test_SOURCES = nfulnl_test.c
 nfulnl_test_LDADD = ../src/libnetfilter_log.la



More information about the netfilter-cvslog mailing list