From 7f9bbcfb7ba990ca42483dd9e985a543d01ea225 Mon Sep 17 00:00:00 2001 From: Jason Ekstrand Date: Wed, 1 Mar 2017 13:26:40 -0800 Subject: intel/tools: Use a makefile included from intel/Makefile.am Reviewed-by: Lionel Landwerlin Reviewed-by: Emil Velikov Reviewed-by: Jason Ekstrand --- src/intel/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/intel/Makefile.am') diff --git a/src/intel/Makefile.am b/src/intel/Makefile.am index 8d852a09c98..fc749bfc951 100644 --- a/src/intel/Makefile.am +++ b/src/intel/Makefile.am @@ -49,6 +49,7 @@ MKDIR_GEN = $(AM_V_at)$(MKDIR_P) $(@D) PYTHON_GEN = $(AM_V_GEN)$(PYTHON2) $(PYTHON_FLAGS) noinst_LTLIBRARIES = +noinst_PROGRAMS = check_PROGRAMS = TESTS = BUILT_SOURCES = @@ -60,5 +61,6 @@ include Makefile.common.am include Makefile.compiler.am include Makefile.genxml.am include Makefile.isl.am +include Makefile.tools.am CLEANFILES += $(BUILT_SOURCES) -- cgit v1.2.3