Armin K <[email protected]> writes:

> Header was added in 1dba5a0b194653b0effb01a918bd7338b0c6bcb9
> but not in Makefile.am, resulting in missing header in the
> distribution tarball.
> ---
>  hw/xfree86/os-support/linux/Makefile.am | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/hw/xfree86/os-support/linux/Makefile.am 
> b/hw/xfree86/os-support/linux/Makefile.am
> index 50fcd1f..d8cb177 100644
> --- a/hw/xfree86/os-support/linux/Makefile.am
> +++ b/hw/xfree86/os-support/linux/Makefile.am
> @@ -23,7 +23,7 @@ LOGIND_SRCS = systemd-logind.c
>  XORG_CFLAGS += $(DBUS_CFLAGS)
>  endif
>  
> -liblinux_la_SOURCES = lnx_init.c lnx_video.c \
> +liblinux_la_SOURCES = linux.h lnx_init.c lnx_video.c \
>                       lnx_agp.c lnx_kmod.c lnx_bell.c lnx_platform.c \
>                    $(srcdir)/../shared/VTsw_usl.c \
>                    $(srcdir)/../shared/posix_tty.c \
> -- 
> 2.4.5

Merged:

commit cb695b0f3b8def4d1ac02458fe630b65f6a5a3e6
Author: Armin K <[email protected]>
Date:   Thu Jul 16 14:54:48 2015 +0200

    xfree86/os-support/linux: Fix make distcheck
    
    Header was added in 1dba5a0b194653b0effb01a918bd7338b0c6bcb9
    but not in Makefile.am, resulting in missing header in the
    distribution tarball.
    
    Signed-off-by: Eric Anholt <[email protected]>

Attachment: signature.asc
Description: PGP signature

_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to