aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xorg-server/dix/makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/xorg-server/dix/makefile b/xorg-server/dix/makefile
index eeb18919c..821c0dedd 100644
--- a/xorg-server/dix/makefile
+++ b/xorg-server/dix/makefile
@@ -4,16 +4,17 @@ endif
LIBRARY=libdix
-CSRCS=\
+libdix_la_SOURCES = \
atom.c \
colormap.c \
cursor.c \
- deprecated.c \
devices.c \
dispatch.c \
+ dispatch.h \
dixfonts.c \
dixutils.c \
enterleave.c \
+ enterleave.h \
events.c \
eventconvert.c \
extension.c \
@@ -25,7 +26,6 @@ CSRCS=\
grabs.c \
initatoms.c \
inpututils.c \
- main.c \
pixmap.c \
privates.c \
property.c \
@@ -39,3 +39,4 @@ CSRCS=\
tables.c \
window.c
+CSRCS = $(filter %.c,$(libdix_la_SOURCES))