summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2012-08-24 12:05:30 -0700
committerAndreas Boll <andreas.boll.dev@gmail.com>2013-01-10 22:01:06 +0100
commit533130a5bbf1b05279cf88731e1758e2d6fd4b36 (patch)
tree2a30eebe8e83a8bd2420bd360f6d3ad434eeaf4a /src
parent80d290d47ad6d29ab041d0da24ab8be1036b2e9d (diff)
r600g: Use gallium automake include file
Diffstat (limited to 'src')
-rw-r--r--src/gallium/drivers/r600/Makefile.am6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/gallium/drivers/r600/Makefile.am b/src/gallium/drivers/r600/Makefile.am
index 628eaab5685..7af5748bddd 100644
--- 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 = \