GLX server support

This commit is contained in:
Adam Jackson 2005-07-12 01:17:39 +00:00
parent 377e3bddd4
commit 3fe6b5bb30

56
GL/glx/Makefile.am Normal file
View File

@ -0,0 +1,56 @@
noinst_LTLIBRARIES = libglx.la
AM_CFLAGS = $(DIX_CFLAGS)
# none yet
#sdk_HEADERS =
libglx_la_SOURCES = \
g_disptab.c \
g_disptab.h \
g_disptab_EXT.c \
g_disptab_EXT.h \
g_render.c \
g_renderswap.c \
g_single.c \
g_singleswap.c \
glcontextmodes.c \
glcontextmodes.h \
global.c \
glxbuf.c \
glxbuf.h \
glxcmds.c \
glxcmdsswap.c \
glxcontext.h \
glxdrawable.h \
glxerror.h \
glxext.c \
glxext.h \
glxfb.c \
glxfb.h \
glximports.c \
glximports.h \
glxmem.c \
glxmem.h \
glxpix.c \
glxpix.h \
glxscreens.c \
glxscreens.h \
glxserver.h \
glxutil.c \
glxutil.h \
impsize.h \
render2.c \
render2swap.c \
renderpix.c \
renderpixswap.c \
rensize.c \
rensizetab.c \
single2.c \
single2swap.c \
singlepix.c \
singlepixswap.c \
singlesize.c \
singlesize.h \
unpack.h \
xfont.c