From cb695b0f3b8def4d1ac02458fe630b65f6a5a3e6 Mon Sep 17 00:00:00 2001 From: Armin K Date: Thu, 16 Jul 2015 14:54:48 +0200 Subject: [PATCH] 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 --- 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 50fcd1f28..d8cb17777 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 \