From c040fe102c2d20e464cae5d0e63233bfe4c728fb Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Fri, 13 Jul 2012 13:33:09 -0400 Subject: [PATCH 1/1] gallium: Add common automake include file v2: Matt Turner Remove ARCH_FLAGS/OPT_FLAGS v3: Johannes Obermayr Add -I$(top_srcdir)/include to GALLIUM_CFLAGS --- src/gallium/Automake.inc | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/gallium/Automake.inc diff --git a/src/gallium/Automake.inc b/src/gallium/Automake.inc new file mode 100644 index 00000000000..54defea8536 --- /dev/null +++ b/src/gallium/Automake.inc @@ -0,0 +1,6 @@ +GALLIUM_CFLAGS = \ + -I$(top_srcdir)/include \ + -I$(top_srcdir)/src/gallium/include \ + -I$(top_srcdir)/src/gallium/auxiliary \ + $(DEFINES) \ + $(PIC_FLAGS) -- 2.30.2