diff options
author | Adam Jackson <ajax@nwnk.net> | 2005-08-03 01:41:34 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2005-08-03 01:41:34 +0000 |
commit | 9802106864a6b2c24df8e9fcb3c3471033abd5c6 (patch) | |
tree | 0e7715cadc06a24ff12efa83ec4c8ac608614bd7 /GL | |
parent | d7c246f35b1ba7ecbbc086dd1229b298faddec96 (diff) |
dist fixes for cw and GL (Donnie Berkholz, me)
Diffstat (limited to 'GL')
-rw-r--r-- | GL/Makefile.am | 2 | ||||
-rw-r--r-- | GL/mesa/X/Makefile.am | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/GL/Makefile.am b/GL/Makefile.am index 3b3e74d09..3705e0e91 100644 --- a/GL/Makefile.am +++ b/GL/Makefile.am @@ -3,3 +3,5 @@ SUBDIRS = glx mesa # someone could get really crazy someday and add support for the SI... # xwin/darwin/xfree86 have their accel support under the DDX + +EXTRA_DIST = symlink-mesa.sh diff --git a/GL/mesa/X/Makefile.am b/GL/mesa/X/Makefile.am index 1a237f728..129ab825c 100644 --- a/GL/mesa/X/Makefile.am +++ b/GL/mesa/X/Makefile.am @@ -17,8 +17,12 @@ INCLUDES = -I@MESA_SOURCE@/include \ # terribly gross hack. i need a shower now. AM_CFLAGS = $(DIX_CFLAGS) -DXFree86Server -nodist_libX_la_SOURCES = xf86glx.c \ +libX_la_SOURCES = xf86glx.c \ xf86glx_util.c \ + xf86glx_util.h \ + xf86glxint.h + +nodist_libX_la_SOURCES = \ xm_api.c \ xm_buffer.c \ xm_dd.c \ |