r600g: Use gallium automake include file

This commit is contained in:
Matt Turner 2012-08-24 12:05:30 -07:00 committed by Andreas Boll
parent 80d290d47a
commit 533130a5bb
1 changed files with 2 additions and 4 deletions

View 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 = \