aboutsummaryrefslogtreecommitdiff
path: root/xorg-server
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-server')
-rw-r--r--xorg-server/Xext/Makefile8
-rw-r--r--xorg-server/makefile3
-rw-r--r--xorg-server/randr/makefile1
3 files changed, 7 insertions, 5 deletions
diff --git a/xorg-server/Xext/Makefile b/xorg-server/Xext/Makefile
index 7eda4bae5..204ffe797 100644
--- a/xorg-server/Xext/Makefile
+++ b/xorg-server/Xext/Makefile
@@ -12,16 +12,16 @@ xace.c \
xcmisc.c \
xres.c \
xtest.c \
-geext.c
+geext.c \
+panoramiX.c \
+panoramiXprocs.c \
+panoramiXSwap.c
#shm.c \
#appgroup.c \
#fontcache.c \
#mbufbf.c \
#mbufpx.c \
-#panoramiX.c \
-#panoramiXprocs.c \
-#panoramiXSwap.c \
#xcalibrate.c \
#xf86bigfont.c \
#xprint.c \
diff --git a/xorg-server/makefile b/xorg-server/makefile
index 800b5b5d5..519a5be53 100644
--- a/xorg-server/makefile
+++ b/xorg-server/makefile
@@ -47,7 +47,8 @@ INCLUDELIBFILES = \
$(MHMAKECONF)\libx11\modules\lc\xlocale\$(OBJDIR)\libxlocale.lib \
$(MHMAKECONF)\libfontenc\src\$(OBJDIR)\libfontenc.lib \
$(MHMAKECONF)\libxfont\src\freetype\$(OBJDIR)\libft.lib \
- $(MHMAKECONF)\libxfont\src\stubs\$(OBJDIR)\libstubs.lib
+ $(MHMAKECONF)\libxfont\src\stubs\$(OBJDIR)\libstubs.lib \
+ $(MHMAKECONF)\libxinerama\src\$(OBJDIR)\libxinerama.lib
LIBDIRS=$(dir $(INCLUDELIBFILES))
diff --git a/xorg-server/randr/makefile b/xorg-server/randr/makefile
index 9ec11e808..f72a32e9b 100644
--- a/xorg-server/randr/makefile
+++ b/xorg-server/randr/makefile
@@ -1,6 +1,7 @@
LIBRARY=librandr
CSRCS = \
+ rrxinerama.c \
mirandr.c \
randr.c \
rrcrtc.c \