diff options
author | Andreas Boll <[email protected]> | 2013-02-27 10:10:14 +0100 |
---|---|---|
committer | Andreas Boll <[email protected]> | 2013-05-01 21:34:48 +0200 |
commit | be0fec4f5b5aa6e3f4cbde835a2f5f2a2624dcfe (patch) | |
tree | d19c36c71287e2c04791a654102359a8a9f57803 /src/mesa/drivers/x11 | |
parent | 7f8434b86687b0257756786d55135f961805f6a9 (diff) |
build: remove unused API_DEFINES
Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/mesa/drivers/x11')
-rw-r--r-- | src/mesa/drivers/x11/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/x11/Makefile.am b/src/mesa/drivers/x11/Makefile.am index 2b0a163dc5a..32bd385ec86 100644 --- a/src/mesa/drivers/x11/Makefile.am +++ b/src/mesa/drivers/x11/Makefile.am @@ -29,7 +29,6 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/src/mesa \ -I$(top_srcdir)/src/mesa/main \ $(X11_INCLUDES) \ - $(API_DEFINES) \ $(DEFINES) if HAVE_X11_DRIVER |