summaryrefslogtreecommitdiffstats
path: root/src/expect/Makefile.am
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2019-05-02 14:07:25 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2019-05-02 16:29:56 +0200
commitc1c0f16c1fedb46547c2e104beeaaeac5933b214 (patch)
tree64210ba7c774c3e2a214600c7cf85a6cc754642b /src/expect/Makefile.am
parenta2fa46c606a36904a26aaf38598fa194c3fbcf4b (diff)
src: replace old libnfnetlink parser
Use the new libmnl version, remove duplicated code. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'src/expect/Makefile.am')
-rw-r--r--src/expect/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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 \