From 80077787f8f21da1efd8dc27a4c5767ab47a1df6 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Tue, 9 Oct 2018 00:03:28 +0200 Subject: src: remove json support We have better json support in libnftables these days. Signed-off-by: Pablo Neira Ayuso --- tests/Makefile.am | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'tests/Makefile.am') diff --git a/tests/Makefile.am b/tests/Makefile.am index 5872bb1..556575f 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,10 +1,8 @@ include $(top_srcdir)/Make_global.am -EXTRA_DIST = test-script.sh \ - jsonfiles +EXTRA_DIST = test-script.sh -check_PROGRAMS = nft-parsing-test \ - nft-table-test \ +check_PROGRAMS = nft-table-test \ nft-chain-test \ nft-object-test \ nft-rule-test \ @@ -37,9 +35,6 @@ check_PROGRAMS = nft-parsing-test \ nft-expr_target-test \ nft-expr_hash-test -nft_parsing_test_SOURCES = nft-parsing-test.c -nft_parsing_test_LDADD = ../src/libnftnl.la ${LIBMNL_LIBS} ${LIBJSON_LIBS} - nft_table_test_SOURCES = nft-table-test.c nft_table_test_LDADD = ../src/libnftnl.la ${LIBMNL_LIBS} -- cgit v1.2.3