All headers gathered into a single one. Typedefs suppressed.

This commit is contained in:
Frederic Culot
2010-03-20 10:54:41 +00:00
parent 689be29474
commit a8cb1c92ef
41 changed files with 1513 additions and 2490 deletions

View File

@@ -1,29 +1,29 @@
# $calcurse: Makefile.am,v 1.10 2009/07/20 19:44:05 culot Exp $
# $calcurse: Makefile.am,v 1.11 2010/03/20 10:54:41 culot Exp $
AUTOMAKE_OPTIONS= foreign
bin_PROGRAMS= calcurse
calcurse_SOURCES= \
calcurse.c i18n.h htable.h \
apoint.c apoint.h \
args.c args.h \
calendar.c calendar.h \
custom.c custom.h \
day.c day.h \
event.c event.h \
help.c help.h \
io.c io.h \
keys.c keys.h \
notify.c notify.h \
recur.c recur.h \
sigs.c sigs.h \
todo.c todo.h \
utils.c utils.h \
vars.c vars.h \
wins.c wins.h \
mem.c mem.h \
dmon.c dmon.h
calcurse.c calcurse.h htable.h \
apoint.c \
args.c \
calendar.c \
custom.c \
day.c \
event.c \
help.c \
io.c \
keys.c \
notify.c \
recur.c \
sigs.c \
todo.c \
utils.c \
vars.c \
wins.c \
mem.c \
dmon.c
LDADD= @LTLIBINTL@