summaryrefslogtreecommitdiff
path: root/src/intel/Makefile.tools.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/intel/Makefile.tools.am')
-rw-r--r--src/intel/Makefile.tools.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/intel/Makefile.tools.am b/src/intel/Makefile.tools.am
index 576beea4f2a..11751180e69 100644
--- a/src/intel/Makefile.tools.am
+++ b/src/intel/Makefile.tools.am
@@ -47,11 +47,15 @@ tools_aubinator_LDADD = \
tools_aubinator_error_decode_SOURCES = \
- tools/aubinator_error_decode.c
+ tools/aubinator_error_decode.c \
+ tools/disasm.c \
+ tools/gen_disasm.h
tools_aubinator_error_decode_LDADD = \
common/libintel_common.la \
+ compiler/libintel_compiler.la \
$(top_builddir)/src/util/libmesautil.la \
+ $(PTHREAD_LIBS) \
$(EXPAT_LIBS) \
$(ZLIB_LIBS)