diff options
author | marha <marha@users.sourceforge.net> | 2012-06-27 14:53:02 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2012-06-27 14:53:02 +0200 |
commit | 36c56ad1e4a435519f736670c628ae3593233205 (patch) | |
tree | 60e5045a779c6a3f9cf415b102374b501d117a14 /apps/xauth | |
parent | b937d84c24f93729b8cab22538e72ff3e40b1794 (diff) | |
download | vcxsrv-36c56ad1e4a435519f736670c628ae3593233205.tar.gz vcxsrv-36c56ad1e4a435519f736670c628ae3593233205.tar.bz2 vcxsrv-36c56ad1e4a435519f736670c628ae3593233205.zip |
Solved compile problems when compiled from a clean tree
Diffstat (limited to 'apps/xauth')
-rw-r--r-- | apps/xauth/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/xauth/makefile b/apps/xauth/makefile index fbe2337c0..2e6125ac5 100644 --- a/apps/xauth/makefile +++ b/apps/xauth/makefile @@ -3,7 +3,7 @@ TTYAPP = xauth INCLUDELIBFILES = \ ..\common\$(OBJDIR)\common.lib \ $(MHMAKECONF)\libxcb\src\$(OBJDIR)\libxcb.lib \ - $(MHMAKECONF)\libxau\$(OBJDIR)\libXau.lib \ + $(MHMAKECONF)\libXau\$(OBJDIR)\libXau.lib \ $(MHMAKECONF)\libXmu\src\$(OBJDIR)\libXmu.lib \ $(MHMAKECONF)\libXext\src\$(OBJDIR)\libXext.lib \ $(MHMAKECONF)\libX11\$(OBJDIR)\libX11.lib |