[libnetfilter_conntrack] conditional compilation of testsuite utils

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


Gitweb:		http://git.netfilter.org/cgi-bin/gitweb.cgi?p=libnetfilter_conntrack.git;a=commit;h=df2f3459b60dae9c26b1e759d160e08d88d61a0a
commit df2f3459b60dae9c26b1e759d160e08d88d61a0a
Author:     Pablo Neira Ayuso <pablo at netfilter.org>
AuthorDate: Wed Jul 2 15:39:26 2008 +0200
Commit:     Pablo Neira Ayuso <pablo at netfilter.org>
CommitDate: Wed Jul 2 15:39:26 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  df2f3459b60dae9c26b1e759d160e08d88d61a0a (commit)
      from  7107f4493e9a4a7fb92fe4133c8a108eef0a82f7 (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 df2f3459b60dae9c26b1e759d160e08d88d61a0a
Author: Pablo Neira Ayuso <pablo at netfilter.org>
Date:   Wed Jul 2 15:39:26 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 6a8d280..bdf3833 100644
--- a/utils/Makefile.am
+++ b/utils/Makefile.am
@@ -1,6 +1,6 @@
 include $(top_srcdir)/Make_global.am
 
-noinst_PROGRAMS = expect_dump expect_create expect_get expect_delete \
+check_PROGRAMS = expect_dump expect_create expect_get expect_delete \
 	       expect_flush expect_events \
 	       conntrack_create conntrack_dump conntrack_update \
 	       conntrack_delete conntrack_flush conntrack_create_nat \



More information about the netfilter-cvslog mailing list