From: Tom Stellard Date: Fri, 13 Jul 2012 17:33:09 +0000 (-0400) Subject: gallium: Add common automake include file X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c040fe102c2d20e464cae5d0e63233bfe4c728fb;p=mesa.git 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 --- 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)