From 3f8c2f94483bf0b96e129c97ef4950170a3f05b4 Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Fri, 13 Jan 2017 18:44:01 +0100 Subject: [PATCH] tests: Fix without-dtrace build Signed-off-by: Giuseppe Bilotta Reviewed-by: Mihail Konev Signed-off-by: Mihail Konev --- test/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/Makefile.am b/test/Makefile.am index 729402f10..e1b341c6a 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -142,6 +142,10 @@ tests_LDADD += \ $(top_builddir)/Xext/libXvidmode.la \ @XORG_LIBS@ +if !SPECIAL_DTRACE_OBJECTS +tests_LDADD += $(top_builddir)/os/libos.la +endif + BUILT_SOURCES = sdksyms.c CLEANFILES += sdksyms.c