summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Moore <pmoore@redhat.com>2015-07-17 10:28:58 -0400
committerPaul Moore <pmoore@redhat.com>2015-07-17 10:28:58 -0400
commit62c59aab8d72787c5055f704660a132a0b83386b (patch)
tree4d54af958aa855631936ceaf8517a76a0b988f6e
parentbd70605cd4f8ad0ceb87e10dc261abace4f500a7 (diff)
downloadlibseccomp-62c59aab8d72787c5055f704660a132a0b83386b.tar.gz
tests: don't link miniseq with any of our libraries
When merging bfac175ac1222ca59045eeecd8d27df9dd7bab4d ("tests: fix sequence number generation") I mistakenly removed a line from the patch which kept us from linking miniseq with the various libseccomp libraries. Mathias did it correctly, I screwed it up; this patch should put things right. Reported-by: Mathias Krause <minipli@googlemail.com> Signed-off-by: Paul Moore <pmoore@redhat.com>
-rw-r--r--tests/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index b2863bb..ba670c6 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -23,6 +23,8 @@ check_LTLIBRARIES = util.la
util_la_SOURCES = util.c util.h
util_la_LDFLAGS = -module
+miniseq_LDADD =
+
TESTS = regression
check_PROGRAMS = \