intel: Add INTEL_CFLAGS to aubinator CFLAGS.
authorKenneth Graunke <kenneth@whitecape.org>
Thu, 30 Mar 2017 18:55:33 +0000 (11:55 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 30 Mar 2017 18:58:00 +0000 (11:58 -0700)
It still needs intel_aub.h.  Fixes the build.

src/intel/Makefile.tools.am

index 245bd03eef5b58b2191d7cf96de50579085cd3b3..dc073e8daa37f470c5c40b5591c421fdeaa12610 100644 (file)
@@ -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 \