diff options
author | Tom Stellard <[email protected]> | 2012-07-13 13:33:09 -0400 |
---|---|---|
committer | Andreas Boll <[email protected]> | 2013-01-10 22:01:06 +0100 |
commit | c040fe102c2d20e464cae5d0e63233bfe4c728fb (patch) | |
tree | da88d4729ad95cf1ef0e45de1639b667e1b05ceb /src/gallium/Automake.inc | |
parent | 9bf0d49abe7def59f9585f3bd317e97fd56004f8 (diff) |
gallium: Add common automake include file
v2: Matt Turner <[email protected]>
Remove ARCH_FLAGS/OPT_FLAGS
v3: Johannes Obermayr <[email protected]>
Add -I$(top_srcdir)/include to GALLIUM_CFLAGS
Diffstat (limited to 'src/gallium/Automake.inc')
-rw-r--r-- | src/gallium/Automake.inc | 6 |
1 files changed, 6 insertions, 0 deletions
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) |