summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKenneth Graunke <kenneth@whitecape.org>2017-03-30 11:55:33 -0700
committerKenneth Graunke <kenneth@whitecape.org>2017-03-30 11:58:00 -0700
commite113dfabad5c60ce3082c65abe3b2e5689bdf31b (patch)
treef288bdb770aae6d01c0ff9043cf343d21f24abda /src
parentfbcf92a278e7319a0786bd9244288839eeb42189 (diff)
intel: Add INTEL_CFLAGS to aubinator CFLAGS.
It still needs intel_aub.h. Fixes the build.
Diffstat (limited to 'src')
-rw-r--r--src/intel/Makefile.tools.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/intel/Makefile.tools.am b/src/intel/Makefile.tools.am
index 245bd03eef5..dc073e8daa3 100644
--- a/src/intel/Makefile.tools.am
+++ b/src/intel/Makefile.tools.am
@@ -29,7 +29,8 @@ tools_aubinator_SOURCES = \
tools_aubinator_CFLAGS = \
$(AM_CFLAGS) \
$(EXPAT_CFLAGS) \
- $(ZLIB_CFLAGS)
+ $(ZLIB_CFLAGS) \
+ $(INTEL_CFLAGS)
tools_aubinator_LDADD = \
common/libintel_common.la \