repo.or.cz
/
xorg_rtime.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
First import
[xorg_rtime.git]
/
xorg-server-1.4
/
randr
/
Makefile.am
blob
20b0f72e0c891cf377fa0e458476c0df89d622cb
1
noinst_LTLIBRARIES = librandr.la
2
3
AM_CFLAGS = $(DIX_CFLAGS)
4
5
XINERAMA_SRCS = rrxinerama.c
6
7
if XORG
8
sdk_HEADERS = randrstr.h
9
endif
10
11
librandr_la_SOURCES = \
12
mirandr.c \
13
randr.c \
14
randrstr.h \
15
rrcrtc.c \
16
rrdispatch.c \
17
rrinfo.c \
18
rrmode.c \
19
rroutput.c \
20
rrpointer.c \
21
rrproperty.c \
22
rrscreen.c \
23
rrsdispatch.c
24
25
if XINERAMA
26
librandr_la_SOURCES += ${XINERAMA_SRCS}
27
endif
28