diff options
author | Armin K <krejzi@email.com> | 2015-07-16 14:54:48 +0200 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2015-07-16 12:32:38 -0700 |
commit | cb695b0f3b8def4d1ac02458fe630b65f6a5a3e6 (patch) | |
tree | 980370800a5fae672a2c878247907aa7ce1fdec8 | |
parent | 29efa905ec1e22d66b517378c6e5ad47a09d6977 (diff) |
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@anholt.net>
-rw-r--r-- | hw/xfree86/os-support/linux/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |