wins.c and wins.h added

This commit is contained in:
Frederic Culot 2007-07-21 19:29:36 +00:00
parent df97a02473
commit f33034788c

View File

@ -1,13 +1,13 @@
# $calcurse: Makefile.am,v 1.3 2006/09/22 13:12:06 culot Exp $ # $calcurse: Makefile.am,v 1.4 2007/07/21 19:29:36 culot Exp $
AUTOMAKE_OPTIONS= gnu AUTOMAKE_OPTIONS= gnu
bin_PROGRAMS= calcurse bin_PROGRAMS= calcurse
calcurse_SOURCES= calcurse.c apoint.c event.c todo.c utils.c\ calcurse_SOURCES= calcurse.c apoint.c event.c todo.c utils.c\
calendar.c vars.c io.c help.c custom.c args.c\ calendar.c vars.c io.c help.c custom.c args.c\
day.c recur.c notify.c\ day.c recur.c notify.c wins.c \
apoint.h event.h todo.h utils.h calendar.h\ apoint.h event.h todo.h utils.h calendar.h\
vars.h io.h help.h custom.h args.h i18n.h\ vars.h io.h help.h custom.h args.h i18n.h\
day.h recur.h notify.h day.h recur.h notify.h wins.h
LIBS= -lncurses -lpthread -lm LIBS= -lncurses -lpthread -lm
LDADD= @LTLIBINTL@ LDADD= @LTLIBINTL@
datadir= @datadir@ datadir= @datadir@