diff options
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) |