diff options
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/state_tracker/tests/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/state_tracker/tests/Makefile.am b/src/mesa/state_tracker/tests/Makefile.am index 3c7993dc8d1..cb585141ea6 100644 --- a/src/mesa/state_tracker/tests/Makefile.am +++ b/src/mesa/state_tracker/tests/Makefile.am @@ -16,11 +16,13 @@ AM_CPPFLAGS = \ $(DEFINES) if HAVE_STD_CXX11 +if HAVE_SHARED_GLAPI TESTS = st-renumerate-test check_PROGRAMS = st-renumerate-test noinst_LIBRARIES = libmesa-st-tests-common.a endif +endif libmesa_st_tests_common_a_SOURCES = \ st_tests_common.cpp \ |