calcurse-edge/src/Makefile.am
Lukas Fleischer 0f03e80d03 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>
2011-05-17 10:16:32 +02:00

37 lines
453 B
Makefile

AUTOMAKE_OPTIONS = foreign
bin_PROGRAMS = calcurse
calcurse_SOURCES = \
calcurse.c \
calcurse.h \
htable.h \
llist.h \
llist_ts.h \
apoint.c \
args.c \
calendar.c \
custom.c \
day.c \
event.c \
help.c \
io.c \
keys.c \
llist.c \
notify.c \
recur.c \
sigs.c \
todo.c \
utils.c \
vars.c \
wins.c \
mem.c \
dmon.c
LDADD = @LTLIBINTL@
datadir = @datadir@
localedir = $(datadir)/locale
DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@