diff options
author | Matt Turner <[email protected]> | 2012-08-24 12:05:30 -0700 |
---|---|---|
committer | Andreas Boll <[email protected]> | 2013-01-10 22:01:06 +0100 |
commit | 533130a5bbf1b05279cf88731e1758e2d6fd4b36 (patch) | |
tree | 2a30eebe8e83a8bd2420bd360f6d3ad434eeaf4a /src/gallium/drivers/r600/Makefile.am | |
parent | 80d290d47ad6d29ab041d0da24ab8be1036b2e9d (diff) |
r600g: Use gallium automake include file
Diffstat (limited to 'src/gallium/drivers/r600/Makefile.am')
-rw-r--r-- | 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 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 = \ |