xserver-multidpi/hw/dmx/glxProxy/Makefile.am
Gaetan Nadon 2c1d0a539c dmx: fix distcheck failure, missing compsize.h in Makefile.am
which was added in commit:
dmx: Build fix for -Werror=implicit-function-declaration

Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Signed-off-by: Keith Packard <keithp@keithp.com>
2011-12-15 14:17:16 -08:00

44 lines
1.5 KiB
Makefile

noinst_LIBRARIES = libglxproxy.a
libglxproxy_a_SOURCES = compsize.c \
compsize.h \
g_disptab.c \
g_disptab.h \
global.c \
glxcmds.c \
glxcmds.h \
glxcmdsswap.c \
glxcontext.h \
glxdrawable.h \
glxerror.h \
glxext.c \
glxext.h \
glxfbconfig.c \
glxfbconfig.h \
glxscreens.c \
glxscreens.h \
glxserver.h \
glxsingle.c \
glxsingle.h \
glxswap.c \
glxswap.h \
glxutil.c \
glxutil.h \
glxvendor.c \
glxvendor.h \
glxvisuals.c \
glxvisuals.h \
g_renderswap.c \
render2swap.c \
renderpixswap.c \
unpack.h
AM_CFLAGS = \
@GLX_ARCH_DEFINES@ \
$(DIX_CFLAGS) \
-I$(top_srcdir)/hw/dmx \
-I$(top_srcdir)/include \
-DHAVE_DMX_CONFIG_H \
@DMXMODULES_CFLAGS@ \
-I$(top_srcdir)/hw/xfree86/os-support