[Mesa-dev] [PATCH 08/32] r600g: Use gallium automake include file
Matt Turner
mattst88 at gmail.com
Wed Aug 29 23:17:00 PDT 2012
---
src/gallium/drivers/r600/Makefile.am | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/src/gallium/drivers/r600/Makefile.am b/src/gallium/drivers/r600/Makefile.am
index 628eaab..7af5748 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 = \
--
1.7.8.6
More information about the mesa-dev
mailing list