[libnfnetlink] conditional compilation of testsuite utils

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


Gitweb:		http://git.netfilter.org/cgi-bin/gitweb.cgi?p=libnfnetlink.git;a=commit;h=45a62646b54910244b91ebae62abf3b813d211d0
commit 45a62646b54910244b91ebae62abf3b813d211d0
Author:     Pablo Neira Ayuso <pablo at netfilter.org>
AuthorDate: Wed Jul 2 15:39:57 2008 +0200
Commit:     Pablo Neira Ayuso <pablo at netfilter.org>
CommitDate: Wed Jul 2 15:39:57 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  45a62646b54910244b91ebae62abf3b813d211d0 (commit)
      from  281330bf60b1a1ed134df70bcce5bf083e159c26 (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 45a62646b54910244b91ebae62abf3b813d211d0
Author: Pablo Neira Ayuso <pablo at netfilter.org>
Date:   Wed Jul 2 15:39:57 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 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



More information about the netfilter-cvslog mailing list