mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-22 10:20:06 +01:00
Missing backslash
This commit is contained in:
parent
15b2f94de5
commit
b7e723ed6f
1 changed files with 2 additions and 2 deletions
|
|
@ -31,5 +31,5 @@ INCLUDES = $(XORG_INCS) -I/usr/include/drm # FIXME this last part is crack
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
lnx.h \
|
lnx.h \
|
||||||
lnx_kbd.h \
|
lnx_kbd.h \
|
||||||
$(srcdir)/../shared/ia64Pci.h
|
$(srcdir)/../shared/ia64Pci.h \
|
||||||
$(srcdir)/../shared/xf86Axp.h
|
$(srcdir)/../shared/xf86Axp.h
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue