[PATCH] xfree86/os-support/linux: Fix make distcheck

Eric Anholt eric at anholt.net
Fri Jul 17 11:04:14 PDT 2015


Armin K <krejzi at email.com> 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 <krejzi at email.com>
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 <eric at anholt.net>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 818 bytes
Desc: not available
URL: <http://lists.x.org/archives/xorg-devel/attachments/20150717/385057f8/attachment.sig>


More information about the xorg-devel mailing list