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/main/tests | |
parent | 7f8434b86687b0257756786d55135f961805f6a9 (diff) |
build: remove unused API_DEFINES
Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/mesa/main/tests')
-rw-r--r-- | src/mesa/main/tests/Makefile.am | 2 | ||||
-rw-r--r-- | src/mesa/main/tests/hash_table/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/main/tests/Makefile.am b/src/mesa/main/tests/Makefile.am index 4acc815e6f2..87262d52aa0 100644 --- a/src/mesa/main/tests/Makefile.am +++ b/src/mesa/main/tests/Makefile.am @@ -8,7 +8,7 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/src/mapi \ -I$(top_srcdir)/src/mesa \ -I$(top_srcdir)/include \ - $(API_DEFINES) $(DEFINES) $(INCLUDE_DIRS) + $(DEFINES) $(INCLUDE_DIRS) TESTS = main-test check_PROGRAMS = main-test diff --git a/src/mesa/main/tests/hash_table/Makefile.am b/src/mesa/main/tests/hash_table/Makefile.am index f63841d221e..0330ebb3e8f 100644 --- a/src/mesa/main/tests/hash_table/Makefile.am +++ b/src/mesa/main/tests/hash_table/Makefile.am @@ -21,7 +21,7 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/include \ -I$(top_srcdir)/src/mesa/main \ - $(API_DEFINES) $(DEFINES) $(INCLUDE_DIRS) + $(DEFINES) $(INCLUDE_DIRS) LDADD = \ $(top_builddir)/src/mesa/libmesa.la \ |