aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xorg-server/Xi/makefile5
-rw-r--r--xorg-server/makefile3
2 files changed, 3 insertions, 5 deletions
diff --git a/xorg-server/Xi/makefile b/xorg-server/Xi/makefile
index e33f1c49a..a466c84f0 100644
--- a/xorg-server/Xi/makefile
+++ b/xorg-server/Xi/makefile
@@ -48,7 +48,8 @@ CSRCS=allowev.c \
xiselectev.c \
xisetclientpointer.c \
xisetdevfocus.c \
- xiwarppointer.c
-
+ xiwarppointer.c \
+ stubs.c
+
LIBRARY=libXi
diff --git a/xorg-server/makefile b/xorg-server/makefile
index 58fd8efb7..ce1f04c92 100644
--- a/xorg-server/makefile
+++ b/xorg-server/makefile
@@ -8,11 +8,8 @@ INCLUDELIBFILES = \
damageext\$(OBJDIR)\libdamageext.lib \
dbe\$(OBJDIR)\libdbe.lib \
dix\$(OBJDIR)\libdix.lib \
- exa\$(OBJDIR)\libexa.lib \
fb\$(OBJDIR)\libfb.lib \
glx\$(OBJDIR)\libglx.lib \
- hw\kdrive\ephyr\$(OBJDIR)\libxephyr.lib \
- hw\kdrive\src\$(OBJDIR)\libkdrive.lib \
hw\xwin\$(OBJDIR)\libxwin.lib \
mi\$(OBJDIR)\libmi.lib \
miext\damage\$(OBJDIR)\libdamage.lib \