diff options
author | Julien Cristau <jcristau@debian.org> | 2008-07-20 16:30:24 +0200 |
---|---|---|
committer | Julien Cristau <jcristau@debian.org> | 2008-07-20 16:30:24 +0200 |
commit | 43c6d5a6f83dfdf8596c8d0faf8ac1a64f73a8c1 (patch) | |
tree | 4aaf5849adf85d8b2b08d75a8dc1819be7f9c10a /glx | |
parent | 92b0a04ffd630a89705fc73d587182a62c34cd84 (diff) |
distcheck fixes
Still seems to fail because hw/xquartz has too long filenames
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 \ |