summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Moore <paul@paul-moore.com>2016-02-10 11:52:07 -0500
committerPaul Moore <paul@paul-moore.com>2016-02-10 11:52:07 -0500
commitd1faa932e95f24cff33324e8f8e3b0ec41d149ac (patch)
tree93f7b4e1d119b5526fc67478952b4cf110eff38f
parentfaf6919f36eae556f1d4e40b8847070221f553c6 (diff)
downloadlibseccomp-d1faa932e95f24cff33324e8f8e3b0ec41d149ac.tar.gz
build: fix a 'make dist' problem caused by a missing 00-test.c file
Reported-by: Marcus Meissner <meissner@suse.de> Signed-off-by: Paul Moore <paul@paul-moore.com>
-rw-r--r--tests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index db06031..eba5cbd 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -135,6 +135,7 @@ EXTRA_DIST = \
${EXTRA_DIST_TESTSCRIPTS} \
${EXTRA_DIST_TESTVALGRIND}
+nodist_00_test_SOURCES = 00-test.c
EXTRA_PROGRAMS = 00-test
check-build: