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/Automake.inc | |
parent | f1d229ee94e25957dd6902ca11dad07b973ec45a (diff) |
Remove MESA_PIC_FLAGS macro
Diffstat (limited to 'src/gallium/Automake.inc')
-rw-r--r-- | src/gallium/Automake.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gallium/Automake.inc b/src/gallium/Automake.inc index 54defea8536..fabc2af9a16 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) |