From 533130a5bbf1b05279cf88731e1758e2d6fd4b36 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Fri, 24 Aug 2012 12:05:30 -0700 Subject: [PATCH] r600g: Use gallium automake include file --- src/gallium/drivers/r600/Makefile.am | 6 ++---- 1 file 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 = \ -- 2.30.2