summaryrefslogtreecommitdiffstats
path: root/src/intel/Makefile.common.am
diff options
context:
space:
mode:
authorTapani Pälli <[email protected]>2017-07-31 11:32:34 +0300
committerTapani Pälli <[email protected]>2017-08-02 10:31:13 +0300
commit99c764b647c815533d45450e3a6f67ff192ee2af (patch)
tree13f884a47827b6d6e8da5b1e0a49da2be84c9a9b /src/intel/Makefile.common.am
parent9bd15da85da7f51acd0d0be2ad9b9d4cb8b8992d (diff)
intel: move gen_decoder.* back to COMMON_FILES
this change reverts commit 4f695731, we want to be able to build with -DDEBUG and gen_decoder on Android. Signed-off-by: Tapani Pälli <[email protected]> Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/intel/Makefile.common.am')
-rw-r--r--src/intel/Makefile.common.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intel/Makefile.common.am b/src/intel/Makefile.common.am
index 1c1c2eed304..49e9c6a4912 100644
--- a/src/intel/Makefile.common.am
+++ b/src/intel/Makefile.common.am
@@ -22,7 +22,7 @@
noinst_LTLIBRARIES += common/libintel_common.la
common_libintel_common_la_CFLAGS = $(AM_CFLAGS) $(LIBDRM_CFLAGS)
-common_libintel_common_la_SOURCES = $(COMMON_FILES) $(DECODER_FILES)
+common_libintel_common_la_SOURCES = $(COMMON_FILES)
if HAVE_PLATFORM_ANDROID
common_libintel_common_la_CFLAGS += $(ANDROID_CFLAGS)