mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
xfree86/os-support/linux: Fix make distcheck
Header was added in 1dba5a0b19
but not in Makefile.am, resulting in missing header in the
distribution tarball.
Signed-off-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user