diff options
Diffstat (limited to 'xorg-server/dix')
-rw-r--r-- | xorg-server/dix/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xorg-server/dix/makefile b/xorg-server/dix/makefile index fdcca9272..031f94671 100644 --- a/xorg-server/dix/makefile +++ b/xorg-server/dix/makefile @@ -39,6 +39,7 @@ libdix_la_SOURCES = \ swaprep.c \
swapreq.c \
tables.c \
+ touch.c \
window.c
CSRCS = $(filter %.c,$(libdix_la_SOURCES))
|