From c1c0f16c1fedb46547c2e104beeaaeac5933b214 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Thu, 2 May 2019 14:07:25 +0200 Subject: src: replace old libnfnetlink parser Use the new libmnl version, remove duplicated code. Signed-off-by: Pablo Neira Ayuso --- src/expect/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/expect/Makefile.am') diff --git a/src/expect/Makefile.am b/src/expect/Makefile.am index 61d5cbd..8f07daf 100644 --- a/src/expect/Makefile.am +++ b/src/expect/Makefile.am @@ -5,7 +5,7 @@ noinst_LTLIBRARIES = libnfexpect.la libnfexpect_la_SOURCES = api.c \ compare.c \ getter.c setter.c \ - parse.c build.c \ + build.c \ snprintf.c \ snprintf_default.c \ snprintf_xml.c \ -- cgit v1.2.3