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:
Peter Hutterer 2009-07-29 08:34:57 +10:00
parent 554f755e55
commit 03f4907e14

View file

@ -299,6 +299,7 @@ libX11_la_SOURCES = \
UnldFont.c \
UnmapSubs.c \
UnmapWin.c \
utlist.h \
VisUtil.c \
WarpPtr.c \
Window.c \