aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/dix/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-server/dix/makefile')
-rw-r--r--xorg-server/dix/makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/xorg-server/dix/makefile b/xorg-server/dix/makefile
index a7e9e3249..d201695e8 100644
--- a/xorg-server/dix/makefile
+++ b/xorg-server/dix/makefile
@@ -5,6 +5,8 @@ endif
INCLUDES += ..\composite ..\miext\sync
LIBRARY=libdix
+libmain_la_SOURCES = \
+ stubmain.c
libdix_la_SOURCES = \
atom.c \
@@ -14,6 +16,7 @@ libdix_la_SOURCES = \
dispatch.c \
dispatch.h \
dixfonts.c \
+ main.c \
dixutils.c \
enterleave.c \
enterleave.h \
@@ -42,4 +45,4 @@ libdix_la_SOURCES = \
touch.c \
window.c
-CSRCS = $(filter %.c,$(libdix_la_SOURCES))
+CSRCS = $(filter %.c,$(libdix_la_SOURCES)) $(filter %.c,$(libmain_la_SOURCES))