diff options
Diffstat (limited to 'xorg-server/randr/makefile')
-rw-r--r-- | xorg-server/randr/makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/xorg-server/randr/makefile b/xorg-server/randr/makefile index ba472232d..44516fc31 100644 --- a/xorg-server/randr/makefile +++ b/xorg-server/randr/makefile @@ -8,9 +8,12 @@ CSRCS = \ rrinfo.c \
rrmode.c \
rroutput.c \
+ rrpixmap.c \
rrpointer.c \
rrproperty.c \
rrscreen.c \
rrsdispatch.c \
- rrtransform.c
+ rrsprite.c \
+ rrtransform.c \
+ mirrcrtc.c
|