diff options
author | Matt Turner <[email protected]> | 2014-08-15 10:01:10 -0700 |
---|---|---|
committer | Matt Turner <[email protected]> | 2014-08-18 18:27:16 -0700 |
commit | 7172f02d7c85bef7a8f7b27567cd09d9dbd02325 (patch) | |
tree | bfe4378394495cd4ac6ad66ecab2f42aa64b5905 /src/mapi/glapi/tests | |
parent | 9dbb0f49b64011cc6dd3369301b13e77658ea51b (diff) |
mapi: Inline glapi/tests/Makefile.
Reviewed-by: Kristian Høgsberg <[email protected]>
Diffstat (limited to 'src/mapi/glapi/tests')
-rw-r--r-- | src/mapi/glapi/tests/Makefile.am | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/src/mapi/glapi/tests/Makefile.am b/src/mapi/glapi/tests/Makefile.am deleted file mode 100644 index da1094bf214..00000000000 --- a/src/mapi/glapi/tests/Makefile.am +++ /dev/null @@ -1,20 +0,0 @@ -if !HAVE_SHARED_GLAPI -AM_CFLAGS = $(PTHREAD_CFLAGS) -AM_CPPFLAGS = \ - $(DEFINES) \ - -I$(top_srcdir)/src/gtest/include \ - -I$(top_builddir)/src/mapi \ - -I$(top_srcdir)/src/mapi \ - -I$(top_srcdir)/include - -TESTS = glapi-test -check_PROGRAMS = glapi-test - -glapi_test_SOURCES = \ - check_table.cpp - -glapi_test_LDADD = \ - $(top_builddir)/src/mapi/glapi/libglapi.la \ - $(top_builddir)/src/gtest/libgtest.la \ - $(PTHREAD_LIBS) -endif |