projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80d290d
)
r600g: Use gallium automake include file
author
Matt Turner
<mattst88@gmail.com>
Fri, 24 Aug 2012 19:05:30 +0000
(12:05 -0700)
committer
Andreas Boll
<andreas.boll.dev@gmail.com>
Thu, 10 Jan 2013 21:01:06 +0000
(22:01 +0100)
src/gallium/drivers/r600/Makefile.am
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/r600/Makefile.am
b/src/gallium/drivers/r600/Makefile.am
index 628eaab568584bdcc025f20e8f88f530a3d97040..7af5748bddd66adbd673d918f929341013f959f9 100644
(file)
--- a/
src/gallium/drivers/r600/Makefile.am
+++ b/
src/gallium/drivers/r600/Makefile.am
@@
-1,15
+1,13
@@
include Makefile.sources
+include $(top_srcdir)/src/gallium/Automake.inc
noinst_LIBRARIES = libr600.a
AM_CFLAGS = \
- -I$(top_srcdir)/src/gallium/include \
- -I$(top_srcdir)/src/gallium/auxiliary \
-I$(top_srcdir)/src/gallium/drivers \
-I$(top_srcdir)/include \
+ $(GALLIUM_CFLAGS) \
$(RADEON_CFLAGS) \
- $(DEFINES) \
- $(PIC_FLAGS) \
$(VISIBILITY_CFLAGS)
libr600_a_SOURCES = \