diff options
Diffstat (limited to 'tests/glx/Makefile.am')
-rw-r--r-- | tests/glx/Makefile.am | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/tests/glx/Makefile.am b/tests/glx/Makefile.am deleted file mode 100644 index 7413d3b7eea..00000000000 --- a/tests/glx/Makefile.am +++ /dev/null @@ -1,22 +0,0 @@ -AM_CPPFLAGS = \ - -I$(top_builddir)/src/gtest/include \ - -I$(top_builddir)/src/mapi \ - -I$(top_builddir)/src/glx \ - -I$(top_builddir)/include \ - $(X11_CFLAGS) - -if HAVE_XCB_GLX_CREATE_CONTEXT -TESTS = glx_unittest -check_PROGRAMS = glx_unittest - -glx_unittest_SOURCES = \ - clientinfo_unittest.cpp \ - create_context_unittest.cpp \ - fake_glx_screen.cpp - -glx_unittest_LDADD = \ - $(top_builddir)/src/glx/libglx.la \ - $(top_builddir)/src/gtest/libgtest.la \ - -lpthread - -endif |