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:
parent
29efa905ec
commit
cb695b0f3b
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue