From: Matt Turner Date: Fri, 24 Aug 2012 19:05:30 +0000 (-0700) Subject: r600g: Use gallium automake include file X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=533130a5bbf1b05279cf88731e1758e2d6fd4b36;p=mesa.git r600g: Use gallium automake include file --- 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 = \