[libnetfilter_queue] conditional compilation of testsuite utils

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


Gitweb:		http://git.netfilter.org/cgi-bin/gitweb.cgi?p=libnetfilter_queue.git;a=commit;h=ad06670dca980d62010ba20ed4b784c768f667a4
commit ad06670dca980d62010ba20ed4b784c768f667a4
Author:     Pablo Neira Ayuso <pablo at netfilter.org>
AuthorDate: Wed Jul 2 15:38:36 2008 +0200
Commit:     Pablo Neira Ayuso <pablo at netfilter.org>
CommitDate: Wed Jul 2 15:38:36 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  ad06670dca980d62010ba20ed4b784c768f667a4 (commit)
      from  5eaffce63ada098bc5a96101df20f2e7a187eeeb (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 ad06670dca980d62010ba20ed4b784c768f667a4
Author: Pablo Neira Ayuso <pablo at netfilter.org>
Date:   Wed Jul 2 15:38:36 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 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



More information about the netfilter-cvslog mailing list