summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/swrast
diff options
context:
space:
mode:
authorAndreas Boll <[email protected]>2013-02-27 10:10:14 +0100
committerAndreas Boll <[email protected]>2013-05-01 21:34:48 +0200
commitbe0fec4f5b5aa6e3f4cbde835a2f5f2a2624dcfe (patch)
treed19c36c71287e2c04791a654102359a8a9f57803 /src/mesa/drivers/dri/swrast
parent7f8434b86687b0257756786d55135f961805f6a9 (diff)
build: remove unused API_DEFINES
Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/swrast')
-rw-r--r--src/mesa/drivers/dri/swrast/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/swrast/Makefile.am b/src/mesa/drivers/dri/swrast/Makefile.am
index 3e539073ce5..d3da19651cb 100644
--- a/src/mesa/drivers/dri/swrast/Makefile.am
+++ b/src/mesa/drivers/dri/swrast/Makefile.am
@@ -31,7 +31,6 @@ AM_CFLAGS = \
-I$(top_srcdir)/src/mesa/ \
-I$(top_srcdir)/src/mesa/drivers/dri/common \
$(DEFINES) \
- $(API_DEFINES) \
$(VISIBILITY_CFLAGS)
dridir = $(DRI_DRIVER_INSTALL_DIR)