From 3ed95dc0735795087c063288e544359a84f7ea28 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Wed, 5 Sep 2012 20:41:08 -0700 Subject: Remove MESA_PIC_FLAGS macro --- src/gallium/Automake.inc | 3 +-- src/gallium/auxiliary/pipe-loader/Makefile.am | 4 +--- src/gallium/drivers/Makefile.am | 3 +-- 3 files changed, 3 insertions(+), 7 deletions(-) (limited to 'src') diff --git a/src/gallium/Automake.inc b/src/gallium/Automake.inc index 54defea..fabc2af 100644 --- a/src/gallium/Automake.inc +++ b/src/gallium/Automake.inc @@ -2,5 +2,4 @@ GALLIUM_CFLAGS = \ -I$(top_srcdir)/include \ -I$(top_srcdir)/src/gallium/include \ -I$(top_srcdir)/src/gallium/auxiliary \ - $(DEFINES) \ - $(PIC_FLAGS) + $(DEFINES) diff --git a/src/gallium/auxiliary/pipe-loader/Makefile.am b/src/gallium/auxiliary/pipe-loader/Makefile.am index c63dce3..cc0be79 100644 --- a/src/gallium/auxiliary/pipe-loader/Makefile.am +++ b/src/gallium/auxiliary/pipe-loader/Makefile.am @@ -7,8 +7,6 @@ AM_CPPFLAGS = $(DEFINES) \ -I$(top_srcdir)/src/gallium/auxiliary \ -I$(top_srcdir)/src/gallium/winsys -AM_CFLAGS = $(PIC_FLAGS) - noinst_LTLIBRARIES = if HAVE_LOADER_GALLIUM @@ -22,7 +20,7 @@ libpipe_loader_la_SOURCES = \ if HAVE_DRM_LOADER_GALLIUM libpipe_loader_la_SOURCES += pipe_loader_drm.c -AM_CFLAGS += $(LIBDRM_CFLAGS) +AM_CFLAGS = $(LIBDRM_CFLAGS) endif # Provide compatibility with scripts for the old Mesa build system for diff --git a/src/gallium/drivers/Makefile.am b/src/gallium/drivers/Makefile.am index 3652a66..a70b8f7 100644 --- a/src/gallium/drivers/Makefile.am +++ b/src/gallium/drivers/Makefile.am @@ -4,8 +4,7 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/src/gallium/include \ -I$(top_srcdir)/src/gallium/auxiliary \ -I$(top_srcdir)/src/gallium/drivers \ - $(DEFINES) \ - $(PIC_FLAGS) + $(DEFINES) AM_CFLAGS = $(VISIBILITY_CFLAGS) -- cgit v1.1