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/auxiliary/pipe-loader/Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/gallium/auxiliary/pipe-loader') 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 -- cgit v1.1