Imported Upstream version 1.15.1
[deb_xorg-server.git] / hw / dmx / glxProxy / Makefile.am
CommitLineData
a09e091a
JB
1noinst_LIBRARIES = libglxproxy.a
2
3libglxproxy_a_SOURCES = compsize.c \
4 compsize.h \
5 g_disptab.c \
6 g_disptab.h \
7 global.c \
8 glxcmds.c \
9 glxcmds.h \
10 glxcmdsswap.c \
11 glxcontext.h \
12 glxdrawable.h \
13 glxerror.h \
14 glxext.c \
15 glxext.h \
16 glxfbconfig.c \
17 glxfbconfig.h \
18 glxscreens.c \
19 glxscreens.h \
20 glxserver.h \
21 glxsingle.c \
22 glxsingle.h \
23 glxswap.c \
24 glxswap.h \
25 glxutil.h \
26 glxvendor.c \
27 glxvendor.h \
28 glxvisuals.c \
29 glxvisuals.h \
30 g_renderswap.c \
31 render2swap.c \
32 renderpixswap.c \
33 unpack.h
34
35AM_CFLAGS = \
36 @GLX_ARCH_DEFINES@ \
37 $(DIX_CFLAGS) \
38 -I$(top_srcdir)/hw/dmx \
39 -I$(top_srcdir)/include \
40 -DHAVE_DMX_CONFIG_H \
41 @DMXMODULES_CFLAGS@ \
42 -I$(top_srcdir)/hw/xfree86/os-support