diff options
author | marha <marha@users.sourceforge.net> | 2011-02-01 16:40:17 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-02-01 16:40:17 +0000 |
commit | d1cb96c4a8bac3c220e08a4b60aab8c4e8b6f38d (patch) | |
tree | ee93baf534df425d9d7b51e1bd2b4c050bb00507 /xorg-server/hw/xwin/makefile | |
parent | d4a8565009962e162d86a9c4ae24062a3fa12025 (diff) | |
download | vcxsrv-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/makefile | 3 |
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) |