diff options
Diffstat (limited to 'src/glx/Makefile.am')
-rw-r--r-- | src/glx/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/glx/Makefile.am b/src/glx/Makefile.am index f66c4bd59ad..ae296b92236 100644 --- a/src/glx/Makefile.am +++ b/src/glx/Makefile.am @@ -94,6 +94,8 @@ libglx_la_SOURCES = \ dri2_glx.c \ dri2.c \ dri2_query_renderer.c \ + dri3_glx.c \ + dri3_common.c \ applegl_glx.c GL_LIBS = \ |