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 <calcurse@cryptocrack.de>
This commit is contained in:
Lukas Fleischer 2011-05-17 10:16:32 +02:00
parent 35ade5bf96
commit 0f03e80d03

View File

@ -6,6 +6,8 @@ calcurse_SOURCES = \
calcurse.c \
calcurse.h \
htable.h \
llist.h \
llist_ts.h \
apoint.c \
args.c \
calendar.c \