diff options
Diffstat (limited to 'xorg-server/randr/makefile')
-rw-r--r-- | xorg-server/randr/makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/xorg-server/randr/makefile b/xorg-server/randr/makefile new file mode 100644 index 000000000..44516fc31 --- /dev/null +++ b/xorg-server/randr/makefile @@ -0,0 +1,19 @@ +LIBRARY=librandr
+
+CSRCS = \
+ rrxinerama.c \
+ randr.c \
+ rrcrtc.c \
+ rrdispatch.c \
+ rrinfo.c \
+ rrmode.c \
+ rroutput.c \
+ rrpixmap.c \
+ rrpointer.c \
+ rrproperty.c \
+ rrscreen.c \
+ rrsdispatch.c \
+ rrsprite.c \
+ rrtransform.c \
+ mirrcrtc.c
+
|