From: Matt Turner Date: Sun, 7 Dec 2014 07:46:37 +0000 (-0800) Subject: glx/tests: Add headers to distribution. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d27379d016a346776a50379906dee0869074eabc;p=mesa.git glx/tests: Add headers to distribution. --- diff --git a/src/glx/tests/Makefile.am b/src/glx/tests/Makefile.am index 3599b3d55e8..dd82449bdb5 100644 --- a/src/glx/tests/Makefile.am +++ b/src/glx/tests/Makefile.am @@ -19,7 +19,9 @@ glx_test_SOURCES = \ create_context_unittest.cpp \ enum_sizes.cpp \ fake_glx_screen.cpp \ + fake_glx_screen.h \ indirect_api.cpp \ + mock_xdisplay.h \ query_renderer_unittest.cpp if HAVE_DRI2