intel: automake: move INTEL_CFLAGS as applicable
Only common/decoder.[ch] requires it [for intel_aub.h]. v2: The code was moved to from intel/tools to intel/common, update accordingly. Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
committed by
Emil Velikov
parent
4ffb394961
commit
3df993e1a2
@@ -37,7 +37,6 @@ AM_CPPFLAGS = \
|
||||
-I$(top_srcdir)/src/mesa \
|
||||
-I$(top_srcdir)/src/gallium/auxiliary \
|
||||
-I$(top_srcdir)/src/gallium/include \
|
||||
$(INTEL_CFLAGS) \
|
||||
$(VALGRIND_CFLAGS) \
|
||||
$(DEFINES)
|
||||
|
||||
|
||||
@@ -21,4 +21,5 @@
|
||||
|
||||
noinst_LTLIBRARIES += common/libintel_common.la
|
||||
|
||||
common_libintel_common_la_CFLAGS = $(AM_CFLAGS) $(LIBDRM_CFLAGS)
|
||||
common_libintel_common_la_SOURCES = $(COMMON_FILES) $(DECODER_FILES)
|
||||
|
||||
Reference in New Issue
Block a user