diff options
Diffstat (limited to 'xorg-server/makefile')
-rw-r--r-- | xorg-server/makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xorg-server/makefile b/xorg-server/makefile index 800b5b5d5..519a5be53 100644 --- a/xorg-server/makefile +++ b/xorg-server/makefile @@ -47,7 +47,8 @@ INCLUDELIBFILES = \ $(MHMAKECONF)\libx11\modules\lc\xlocale\$(OBJDIR)\libxlocale.lib \ $(MHMAKECONF)\libfontenc\src\$(OBJDIR)\libfontenc.lib \ $(MHMAKECONF)\libxfont\src\freetype\$(OBJDIR)\libft.lib \ - $(MHMAKECONF)\libxfont\src\stubs\$(OBJDIR)\libstubs.lib + $(MHMAKECONF)\libxfont\src\stubs\$(OBJDIR)\libstubs.lib \ + $(MHMAKECONF)\libxinerama\src\$(OBJDIR)\libxinerama.lib LIBDIRS=$(dir $(INCLUDELIBFILES)) |