From e98c005917e3c906494e2dc550a2fa8a394e462b Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Sun, 14 Oct 2012 12:53:22 +0200 Subject: examples: add nft-compat-get This utility allows to consult x_tables match/target revisions supported via the nft_compat layer. Signed-off-by: Pablo Neira Ayuso --- examples/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'examples/Makefile.am') diff --git a/examples/Makefile.am b/examples/Makefile.am index 1c72ab4..31e53bf 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -8,7 +8,8 @@ check_PROGRAMS = nft-table-add \ nft-chain-get \ nft-rule-add \ nft-rule-del \ - nft-rule-get + nft-rule-get \ + nft-compat-get nft_table_add_SOURCES = nft-table-add.c nft_table_add_LDADD = ../src/libnftables.la ${LIBMNL_LIBS} @@ -36,3 +37,6 @@ nft_rule_del_LDADD = ../src/libnftables.la ${LIBMNL_LIBS} nft_rule_get_SOURCES = nft-rule-get.c nft_rule_get_LDADD = ../src/libnftables.la ${LIBMNL_LIBS} + +nft_compat_get_SOURCES = nft-compat-get.c +nft_compat_get_LDADD = ../src/libnftables.la ${LIBMNL_LIBS} -- cgit v1.2.3