diff options
author | Frederic Culot <calcurse@culot.org> | 2007-07-21 19:29:36 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2007-07-21 19:29:36 +0000 |
commit | f33034788ca35078a26f79899f39e935b1cc294e (patch) | |
tree | 083d0ef732a68220fe58e7a74be730f54aeb929e | |
parent | df97a0247398d7e86d9956b081151f8fdd788cfd (diff) | |
download | calcurse-f33034788ca35078a26f79899f39e935b1cc294e.tar.gz calcurse-f33034788ca35078a26f79899f39e935b1cc294e.zip |
wins.c and wins.h added
-rwxr-xr-x | src/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index faadcd6..48e1c8b 100755 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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 bin_PROGRAMS= calcurse calcurse_SOURCES= calcurse.c apoint.c event.c todo.c utils.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\ 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 LDADD= @LTLIBINTL@ datadir= @datadir@ |