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/makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/xorg-server/randr/makefile b/xorg-server/randr/makefile
new file mode 100644
index 000000000..ba472232d
--- /dev/null
+++ b/xorg-server/randr/makefile
@@ -0,0 +1,16 @@
+LIBRARY=librandr
+
+CSRCS = \
+ rrxinerama.c \
+ randr.c \
+ rrcrtc.c \
+ rrdispatch.c \
+ rrinfo.c \
+ rrmode.c \
+ rroutput.c \
+ rrpointer.c \
+ rrproperty.c \
+ rrscreen.c \
+ rrsdispatch.c \
+ rrtransform.c
+