diff options
author | Matt Turner <mattst88@gmail.com> | 2014-12-06 23:46:37 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2014-12-12 12:11:49 -0800 |
commit | d27379d016a346776a50379906dee0869074eabc (patch) | |
tree | 0f55d0311d29524c5fe403d082f82f3669c97208 /src/glx | |
parent | 3d357d030faddb11990d37cc8e9327b34de5ea76 (diff) |
glx/tests: Add headers to distribution.
Diffstat (limited to 'src/glx')
-rw-r--r-- | src/glx/tests/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/glx/tests/Makefile.am b/src/glx/tests/Makefile.am index 3599b3d55e..dd82449bdb 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 |