projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9bf0d49
)
gallium: Add common automake include file
author
Tom Stellard
<tstellar@gmail.com>
Fri, 13 Jul 2012 17:33:09 +0000
(13:33 -0400)
committer
Andreas 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]
patch
|
blob
diff --git a/src/gallium/Automake.inc
b/src/gallium/Automake.inc
new file mode 100644
(file)
index 0000000..
54defea
--- /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)