diff options
Diffstat (limited to 'xserver/hw/xfree86/os-support/linux/Makefile.am')
-rw-r--r-- | xserver/hw/xfree86/os-support/linux/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xserver/hw/xfree86/os-support/linux/Makefile.am b/xserver/hw/xfree86/os-support/linux/Makefile.am index 50fcd1f28..d8cb17777 100644 --- a/xserver/hw/xfree86/os-support/linux/Makefile.am +++ b/xserver/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 \ |