From 03f4907e14f5755e72309f08742977b871e81e33 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 29 Jul 2009 08:34:57 +1000 Subject: [PATCH] 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 --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) 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 \