xserver-multidpi/randr/Makefile.am

31 lines
428 B
Makefile
Raw Normal View History

2005-07-01 22:29:53 +02:00
noinst_LTLIBRARIES = librandr.la
AM_CFLAGS = $(DIX_CFLAGS)
XINERAMA_SRCS = rrxinerama.c
if XORG
sdk_HEADERS = randrstr.h rrtransform.h
endif
2006-01-19 15:51:09 +01:00
2005-07-01 22:29:53 +02:00
librandr_la_SOURCES = \
mirandr.c \
randr.c \
randrstr.h \
rrcrtc.c \
rrdispatch.c \
rrinfo.c \
rrmode.c \
rroutput.c \
rrpointer.c \
rrproperty.c \
rrscreen.c \
rrsdispatch.c \
rrtransform.h \
rrtransform.c
if XINERAMA
librandr_la_SOURCES += ${XINERAMA_SRCS}
endif