r600g: Use gallium automake include file
authorMatt Turner <mattst88@gmail.com>
Fri, 24 Aug 2012 19:05:30 +0000 (12:05 -0700)
committerAndreas Boll <andreas.boll.dev@gmail.com>
Thu, 10 Jan 2013 21:01:06 +0000 (22:01 +0100)
src/gallium/drivers/r600/Makefile.am

index 628eaab568584bdcc025f20e8f88f530a3d97040..7af5748bddd66adbd673d918f929341013f959f9 100644 (file)
@@ -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 = \