[Mesa-dev] [PATCH 02/32] gallium: Add common automake include file

Matt Turner mattst88 at gmail.com
Wed Aug 29 23:16:54 PDT 2012


From: Tom Stellard <tstellar at gmail.com>

[mattst88] v2: Remove ARCH_FLAGS/OPT_FLAGS
---
 src/gallium/Automake.inc |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
 create mode 100644 src/gallium/Automake.inc

diff --git a/src/gallium/Automake.inc b/src/gallium/Automake.inc
new file mode 100644
index 0000000..c922791
--- /dev/null
+++ b/src/gallium/Automake.inc
@@ -0,0 +1,5 @@
+GALLIUM_CFLAGS = \
+	-I$(top_srcdir)/src/gallium/include \
+	-I$(top_srcdir)/src/gallium/auxiliary \
+	$(DEFINES) \
+	$(PIC_FLAGS)
-- 
1.7.8.6



More information about the mesa-dev mailing list