aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/dix/makefile
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2011-03-10 12:59:38 +0000
committermarha <marha@users.sourceforge.net>2011-03-10 12:59:38 +0000
commitb639ce1e238ac06882d504aca591ab62475459c1 (patch)
tree2b63ad51c4aa745b2f609b5c1e73dedb0b7a2c49 /xorg-server/dix/makefile
parentae312a8a8042b4b23ffc652acf3b5cad1b3f07ca (diff)
downloadvcxsrv-b639ce1e238ac06882d504aca591ab62475459c1.tar.gz
vcxsrv-b639ce1e238ac06882d504aca591ab62475459c1.tar.bz2
vcxsrv-b639ce1e238ac06882d504aca591ab62475459c1.zip
Removed deperecated.c from makefile
Diffstat (limited to 'xorg-server/dix/makefile')
-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))