From b7e723ed6f23cc8d85f1f1eced9d8ccbc2a6b38c Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Tue, 20 Sep 2005 23:32:21 +0000 Subject: [PATCH] Missing backslash --- hw/xfree86/os-support/linux/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hw/xfree86/os-support/linux/Makefile.am b/hw/xfree86/os-support/linux/Makefile.am index 18f30353c..c4d971573 100644 --- a/hw/xfree86/os-support/linux/Makefile.am +++ b/hw/xfree86/os-support/linux/Makefile.am @@ -31,5 +31,5 @@ INCLUDES = $(XORG_INCS) -I/usr/include/drm # FIXME this last part is crack EXTRA_DIST = \ lnx.h \ lnx_kbd.h \ - $(srcdir)/../shared/ia64Pci.h - $(srcdir)/../shared/xf86Axp.h + $(srcdir)/../shared/ia64Pci.h \ + $(srcdir)/../shared/xf86Axp.h