diff options
author | Matt Turner <[email protected]> | 2012-09-05 20:41:08 -0700 |
---|---|---|
committer | Andreas Boll <[email protected]> | 2013-01-10 22:01:31 +0100 |
commit | 3ed95dc0735795087c063288e544359a84f7ea28 (patch) | |
tree | 268d2c2f0adeef9891b1b88de53b220068e6bddf /src/gallium/drivers | |
parent | f1d229ee94e25957dd6902ca11dad07b973ec45a (diff) |
Remove MESA_PIC_FLAGS macro
Diffstat (limited to 'src/gallium/drivers')
-rw-r--r-- | src/gallium/drivers/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gallium/drivers/Makefile.am b/src/gallium/drivers/Makefile.am index 3652a6650a9..a70b8f7fe62 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) |