gallium: Add common automake include file
authorTom Stellard <tstellar@gmail.com>
Fri, 13 Jul 2012 17:33:09 +0000 (13:33 -0400)
committerAndreas Boll <andreas.boll.dev@gmail.com>
Thu, 10 Jan 2013 21:01:06 +0000 (22:01 +0100)
v2: Matt Turner <mattst88@gmail.com>
    Remove ARCH_FLAGS/OPT_FLAGS

v3: Johannes Obermayr <johannesobermayr@gmx.de>
    Add -I$(top_srcdir)/include to GALLIUM_CFLAGS

src/gallium/Automake.inc [new file with mode: 0644]

diff --git a/src/gallium/Automake.inc b/src/gallium/Automake.inc
new file mode 100644 (file)
index 0000000..54defea
--- /dev/null
@@ -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)