mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-05-07 09:48:04 +02:00
Add utlist.h to the Makefile.am
utlist.h contains the linked list macros, it was added with the recent addition of event cookies but utlist.h wasn't added to the Makefile.am. As a result, make dist failed. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
554f755e55
commit
03f4907e14
1 changed files with 1 additions and 0 deletions
|
|
@ -299,6 +299,7 @@ libX11_la_SOURCES = \
|
|||
UnldFont.c \
|
||||
UnmapSubs.c \
|
||||
UnmapWin.c \
|
||||
utlist.h \
|
||||
VisUtil.c \
|
||||
WarpPtr.c \
|
||||
Window.c \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue