diff options
Diffstat (limited to 'src/gallium/drivers/i915/Makefile.am')
-rw-r--r-- | src/gallium/drivers/i915/Makefile.am | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/gallium/drivers/i915/Makefile.am b/src/gallium/drivers/i915/Makefile.am index 4e6f46411db..a4a3e86625b 100644 --- a/src/gallium/drivers/i915/Makefile.am +++ b/src/gallium/drivers/i915/Makefile.am @@ -23,11 +23,9 @@ include Makefile.sources include $(top_srcdir)/src/gallium/Automake.inc -noinst_LTLIBRARIES = libi915.la +AM_CFLAGS = \ + $(GALLIUM_DRIVER_CFLAGS) -AM_CPPFLAGS = \ - -I$(top_srcdir)/src/gallium/drivers \ - -I$(top_srcdir)/include \ - $(GALLIUM_CFLAGS) +noinst_LTLIBRARIES = libi915.la libi915_la_SOURCES = $(C_SOURCES) |