From 0f03e80d0315f19ec427b432ec8272cba310715d Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Tue, 17 May 2011 10:16:32 +0200 Subject: Add missing llist header files to "_SOURCES". We forgot to add those to the "_SOURCES" variable in commit 0eb1da8dd7fa3ae9d95e12df6058fb41a5ec1c11 and d668963e2056027526374098efe2869a0d389b92. Spotted by `make distcheck`. Signed-off-by: Lukas Fleischer --- src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Makefile.am b/src/Makefile.am index e80c146..faacf46 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -6,6 +6,8 @@ calcurse_SOURCES = \ calcurse.c \ calcurse.h \ htable.h \ + llist.h \ + llist_ts.h \ apoint.c \ args.c \ calendar.c \ -- cgit v1.2.3-54-g00ecf