summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2022-02-07 11:53:38 +0100
committerPhil Sutter <phil@nwl.cc>2022-02-08 11:00:29 +0100
commit41a7bb8f021b7eedfd0f8e40403375dde9db4f9c (patch)
treeb61f1a8ac221512a7ee3f03012b9e0b00dcb2aa1
parent3d22355a50f31f866e6282e49384ca5b12892976 (diff)
downloadlibnetfilter_conntrack-41a7bb8f021b7eedfd0f8e40403375dde9db4f9c.tar.gz
tests: Fix for missing qa-connlabel.conf in tarball
Register the file as extra dist so 'make dist' picks it up. Fixes: 6510a98f4139f ("api: add connlabel api and attribute") Signed-off-by: Phil Sutter <phil@nwl.cc>
-rw-r--r--tests/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 20ebaf2..56c78d9 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -3,6 +3,8 @@ include $(top_srcdir)/Make_global.am
check_PROGRAMS = test_api test_filter test_connlabel ct_stress \
ct_events_reliable
+EXTRA_DIST = qa-connlabel.conf
+
test_api_SOURCES = test_api.c
test_api_LDADD = ../src/libnetfilter_conntrack.la