From: Józef Kucia Subject: Re: [PATCH 06/10] winex11: Add Vulkan stubs. Message-Id: Date: Wed, 21 Feb 2018 10:55:55 +0100 In-Reply-To: <20180220062947.4192-7-thunderbird2k@gmail.com> References: <20180220062947.4192-1-thunderbird2k@gmail.com> <20180220062947.4192-7-thunderbird2k@gmail.com> On Tue, Feb 20, 2018 at 7:29 AM, Roderick Colenbrander wrote: > Signed-off-by: Roderick Colenbrander > diff --git a/dlls/winex11.drv/Makefile.in b/dlls/winex11.drv/Makefile.in > index 463eefdcfb..a542490f53 100644 > --- a/dlls/winex11.drv/Makefile.in > +++ b/dlls/winex11.drv/Makefile.in > @@ -28,6 +28,7 @@ C_SRCS = \ > xinerama.c \ > xrandr.c \ > xrender.c \ > - xvidmode.c > + xvidmode.c \ > + vulkan.c The source file names should be in alphabetical order. tools/make_makefiles should fix this.