summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2009-07-29 08:34:57 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2009-07-29 08:37:21 +1000
commit03f4907e14f5755e72309f08742977b871e81e33 (patch)
treedfba66c2b8e443aa77f16828921f9e10674d0502
parent554f755e5545f63d3c8f299297927238da155773 (diff)
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>
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 958d5429..774aa5ae 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -299,6 +299,7 @@ libX11_la_SOURCES = \
UnldFont.c \
UnmapSubs.c \
UnmapWin.c \
+ utlist.h \
VisUtil.c \
WarpPtr.c \
Window.c \