aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/hw/xwin/makefile
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2011-02-01 16:40:17 +0000
committermarha <marha@users.sourceforge.net>2011-02-01 16:40:17 +0000
commitd1cb96c4a8bac3c220e08a4b60aab8c4e8b6f38d (patch)
treeee93baf534df425d9d7b51e1bd2b4c050bb00507 /xorg-server/hw/xwin/makefile
parentd4a8565009962e162d86a9c4ae24062a3fa12025 (diff)
downloadvcxsrv-d1cb96c4a8bac3c220e08a4b60aab8c4e8b6f38d.tar.gz
vcxsrv-d1cb96c4a8bac3c220e08a4b60aab8c4e8b6f38d.tar.bz2
vcxsrv-d1cb96c4a8bac3c220e08a4b60aab8c4e8b6f38d.zip
Added host selection menu in case -broadcast was specified
Diffstat (limited to 'xorg-server/hw/xwin/makefile')
-rw-r--r--xorg-server/hw/xwin/makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/xorg-server/hw/xwin/makefile b/xorg-server/hw/xwin/makefile
index d1d95274d..6968c917b 100644
--- a/xorg-server/hw/xwin/makefile
+++ b/xorg-server/hw/xwin/makefile
@@ -137,7 +137,8 @@ SRCS = InitInput.c \
$(SRCS_NATIVEGDI) \
$(SRCS_PRIMARYFB) \
$(SRCS_RANDR) \
- $(SRCS_XV)
+ $(SRCS_XV) \
+ xdmcphostselect.c
CSRCS=$(filter %.c,$(SRCS)) $(filter %.y,$(SRCS)) $(filter %.l,$(SRCS))
CSRCS := $(CSRCS:%.y=%.c)