aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/randr/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-server/randr/makefile')
-rw-r--r--xorg-server/randr/makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/xorg-server/randr/makefile b/xorg-server/randr/makefile
new file mode 100644
index 000000000..f72a32e9b
--- /dev/null
+++ b/xorg-server/randr/makefile
@@ -0,0 +1,17 @@
+LIBRARY=librandr
+
+CSRCS = \
+ rrxinerama.c \
+ mirandr.c \
+ randr.c \
+ rrcrtc.c \
+ rrdispatch.c \
+ rrinfo.c \
+ rrmode.c \
+ rroutput.c \
+ rrpointer.c \
+ rrproperty.c \
+ rrscreen.c \
+ rrsdispatch.c \
+ rrtransform.c
+