summaryrefslogtreecommitdiff
path: root/GL/mesa
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/mesa
parentd7c246f35b1ba7ecbbc086dd1229b298faddec96 (diff)
dist fixes for cw and GL (Donnie Berkholz, me)
Diffstat (limited to 'GL/mesa')
-rw-r--r--GL/mesa/X/Makefile.am6
1 files changed, 5 insertions, 1 deletions
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 \