diff options
author | Adam Jackson <ajax@benzedrine.nwnk.net> | 2006-11-08 16:17:20 -0500 |
---|---|---|
committer | Adam Jackson <ajax@benzedrine.nwnk.net> | 2006-11-08 16:17:20 -0500 |
commit | 0409e1627a167db2efc1355f292d3c02a6989ffc (patch) | |
tree | c1cad1e382859b7455bc150ff3819235747cd02e /GL | |
parent | 7e0aeebb8f8a5dff3cb4d88756e535dd70edeec4 (diff) |
'make dist' fixes.
Diffstat (limited to 'GL')
-rw-r--r-- | GL/glx/Makefile.am | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/GL/glx/Makefile.am b/GL/glx/Makefile.am index 44d9cf9e4..8184f605f 100644 --- a/GL/glx/Makefile.am +++ b/GL/glx/Makefile.am @@ -28,7 +28,11 @@ INCLUDES = \ -I$(top_srcdir)/mi -nodist_libglx_la_SOURCES = indirect_size.h +nodist_libglx_la_SOURCES = indirect_size.h \ + glapi.c \ + glcontextmodes.c \ + glcontextmode.h \ + glthread.c libglxdri_la_SOURCES = \ glxdri.c \ @@ -37,10 +41,6 @@ libglxdri_la_SOURCES = \ libglx_la_SOURCES = \ g_disptab.h \ - glapi.c \ - glcontextmodes.c \ - glcontextmodes.h \ - glthread.c \ glxcmds.c \ glxcmdsswap.c \ glxcontext.h \ |