aboutsummaryrefslogtreecommitdiff
path: root/xkbcomp
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2012-06-27 14:53:02 +0200
committermarha <marha@users.sourceforge.net>2012-06-27 14:53:02 +0200
commit36c56ad1e4a435519f736670c628ae3593233205 (patch)
tree60e5045a779c6a3f9cf415b102374b501d117a14 /xkbcomp
parentb937d84c24f93729b8cab22538e72ff3e40b1794 (diff)
downloadvcxsrv-36c56ad1e4a435519f736670c628ae3593233205.tar.gz
vcxsrv-36c56ad1e4a435519f736670c628ae3593233205.tar.bz2
vcxsrv-36c56ad1e4a435519f736670c628ae3593233205.zip
Solved compile problems when compiled from a clean tree
Diffstat (limited to 'xkbcomp')
-rw-r--r--xkbcomp/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/xkbcomp/makefile b/xkbcomp/makefile
index f739de1f8..b2e770861 100644
--- a/xkbcomp/makefile
+++ b/xkbcomp/makefile
@@ -1,6 +1,6 @@
INCLUDELIBFILES = $(MHMAKECONF)\libX11\$(OBJDIR)\libX11.lib \
$(MHMAKECONF)\libxcb\src\$(OBJDIR)\libxcb.lib \
- $(MHMAKECONF)\libxau\$(OBJDIR)\libxau.lib \
+ $(MHMAKECONF)\libXau\$(OBJDIR)\libXau.lib \
$(MHMAKECONF)\libxkbfile\src\$(OBJDIR)\libxkbfile.lib
LIBDIRS=$(dir $(INCLUDELIBFILES))