From 41a7bb8f021b7eedfd0f8e40403375dde9db4f9c Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Mon, 7 Feb 2022 11:53:38 +0100 Subject: 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 --- tests/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3