dist fixes for cw and GL (Donnie Berkholz, me)

This commit is contained in:
Adam Jackson 2005-08-03 01:41:34 +00:00
parent d7c246f35b
commit 9802106864
3 changed files with 9 additions and 2 deletions

View File

@ -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

View File

@ -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 \

View File

@ -5,4 +5,5 @@ AM_CFLAGS = $(DIX_CFLAGS)
libcw_la_SOURCES = \
cw.c \
cw_ops.c \
cw_render.c
cw_render.c \
cw.h