summaryrefslogtreecommitdiff
path: root/GL
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2005-08-03 01:41:34 +0000
committerAdam Jackson <ajax@nwnk.net>2005-08-03 01:41:34 +0000
commit9802106864a6b2c24df8e9fcb3c3471033abd5c6 (patch)
tree0e7715cadc06a24ff12efa83ec4c8ac608614bd7 /GL
parentd7c246f35b1ba7ecbbc086dd1229b298faddec96 (diff)
dist fixes for cw and GL (Donnie Berkholz, me)
Diffstat (limited to 'GL')
-rw-r--r--GL/Makefile.am2
-rw-r--r--GL/mesa/X/Makefile.am6
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 \