diff options
author | marha <marha@users.sourceforge.net> | 2012-01-24 09:11:11 +0100 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2012-01-24 09:11:11 +0100 |
commit | b808b3ba8bb93f16004c206841c97bc824f7fb62 (patch) | |
tree | b15f657e194e4eea1d49cbb827824e43abedbb33 /apps/xhost/makefile | |
parent | e3a6ca7bffc785a13361efdbf81ef4776c050df0 (diff) | |
download | vcxsrv-b808b3ba8bb93f16004c206841c97bc824f7fb62.tar.gz vcxsrv-b808b3ba8bb93f16004c206841c97bc824f7fb62.tar.bz2 vcxsrv-b808b3ba8bb93f16004c206841c97bc824f7fb62.zip |
xauth now compiles
Diffstat (limited to 'apps/xhost/makefile')
-rw-r--r-- | apps/xhost/makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/xhost/makefile b/apps/xhost/makefile index 357b93fb3..5425bcde2 100644 --- a/apps/xhost/makefile +++ b/apps/xhost/makefile @@ -3,6 +3,7 @@ DEFINES += BAD_ARPAINET TCPCONN IPv6 TTYAPP = xhost INCLUDELIBFILES = \ + ..\common\$(OBJDIR)\common.lib \ $(MHMAKECONF)\libX11\src\xkb\$(OBJDIR)\libxkb.lib \ $(MHMAKECONF)\libX11\src\xlibi18n\$(OBJDIR)\libi18n.lib \ $(MHMAKECONF)\libX11\modules\lc\xlocale\$(OBJDIR)\libxlocale.lib \ @@ -26,4 +27,4 @@ else LINKLIBS += $(MHMAKECONF)\pthreads\pthreadVC2.lib endif -CSRCS = xhost.c inet.c +CSRCS = xhost.c |