diff options
Diffstat (limited to 'glx')
-rw-r--r-- | glx/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/glx/Makefile.am b/glx/Makefile.am index f62d2ed86..4f723ac87 100644 --- a/glx/Makefile.am +++ b/glx/Makefile.am @@ -40,6 +40,8 @@ glapi_sources = \ glapitemp.h \ glapi.c \ glapi.h \ + glapioffsets.h \ + glprocs.h \ glthread.c \ glthread.h @@ -67,6 +69,7 @@ libglx_la_SOURCES = \ glxext.h \ glxdriswrast.c \ glxdricommon.c \ + glxdricommon.h \ glxscreens.c \ glxscreens.h \ glxserver.h \ |