[Mesa-dev] [PATCH 1/6] gallium: Add common automake include file
Tom Stellard
tstellar at gmail.com
Fri Jul 13 10:33:09 PDT 2012
---
src/gallium/Automake.inc | 7 +++++++
1 files changed, 7 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..ded579f
--- /dev/null
+++ b/src/gallium/Automake.inc
@@ -0,0 +1,7 @@
+GALLIUM_CFLAGS = \
+ -I$(top_srcdir)/src/gallium/include \
+ -I$(top_srcdir)/src/gallium/auxiliary \
+ $(DEFINES) \
+ $(ARCH_FLAGS) \
+ $(OPT_FLAGS) \
+ $(PIC_FLAGS)
--
1.7.6.5
More information about the mesa-dev
mailing list