aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/hw/xwin/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-server/hw/xwin/makefile')
-rw-r--r--xorg-server/hw/xwin/makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/xorg-server/hw/xwin/makefile b/xorg-server/hw/xwin/makefile
index 7fc052457..74dcfaeed 100644
--- a/xorg-server/hw/xwin/makefile
+++ b/xorg-server/hw/xwin/makefile
@@ -19,6 +19,13 @@ SRCS_MULTIWINDOW = \
DEFINES += XWIN_MULTIWINDOW
+#SRCS_MULTIWINDOWEXTWM = \
+# winwin32rootless.c \
+# winwin32rootlesswindow.c \
+# winwin32rootlesswndproc.c \
+# winwindowswm.c
+#DEFINES += XWIN_MULTIWINDOWEXTWM
+
SRCS_RANDR = \
winrandr.c
DEFINES += XWIN_RANDR RELOCATE_PROJECTROOT
@@ -56,7 +63,7 @@ CSRCS = InitInput.c \
winwindow.c \
winprefslex.c \
winprefsyacc.c \
- winwndproc.c $(SRCS_RANDR) $(SRCS_MULTIWINDOW) $(SRCS_CLIPBOARD)
+ winwndproc.c $(SRCS_RANDR) $(SRCS_MULTIWINDOW) $(SRCS_MULTIWINDOWEXTWM) $(SRCS_CLIPBOARD)
DEFINES += YY_NO_UNISTD_H