From e11ff60e280083829a23cff7120eb932e26d0832 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Tue, 17 Sep 2013 15:58:29 +0100 Subject: mesa/drivers: drop HAVE_*_DRI from individual makefiles The mesa/drivers/dri/Makefile.am already guards the individual targets/subdirs with HAVE_*_DRI before including them. Thus making the additional check within each Makefile.am unnecessary. Signed-off-by: Emil Velikov Reviewed-by: Kenneth Graunke --- src/mesa/drivers/dri/i965/Makefile.am | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/mesa/drivers/dri/i965/Makefile.am') diff --git a/src/mesa/drivers/dri/i965/Makefile.am b/src/mesa/drivers/dri/i965/Makefile.am index eb437d3..71442dd 100644 --- a/src/mesa/drivers/dri/i965/Makefile.am +++ b/src/mesa/drivers/dri/i965/Makefile.am @@ -23,8 +23,6 @@ include Makefile.sources -if HAVE_I965_DRI - AM_CFLAGS = \ -I$(top_srcdir)/include \ -I$(top_srcdir)/src/ \ @@ -85,5 +83,3 @@ test_eu_compact_LDADD = $(TEST_LIBS) all-local: i965_dri.la $(MKDIR_P) $(top_builddir)/$(LIB_DIR); ln -f .libs/i965_dri.so $(top_builddir)/$(LIB_DIR)/i965_dri.so; - -endif -- cgit v1.1