Skip to content

Commit

Permalink
tests: Fix without-dtrace build
Browse files Browse the repository at this point in the history
Signed-off-by: Giuseppe Bilotta <giuseppe.bilotta@gmail.com>
Reviewed-by: Mihail Konev <k.mvc@ya.ru>
Signed-off-by: Mihail Konev <k.mvc@ya.ru>
  • Loading branch information
Oblomov authored and nwnk committed Jan 16, 2017
1 parent b44bef5 commit 3f8c2f9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/Makefile.am
Expand Up @@ -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

Expand Down

0 comments on commit 3f8c2f9

Please sign in to comment.