aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2008-11-08 19:05:15 +0000
committerFrederic Culot <calcurse@culot.org>2008-11-08 19:05:15 +0000
commitf845721828a0000f1c7e30f35360417771788e0a (patch)
treee4be49b04438652c36f78c6eedaf7d78364c9532 /src/Makefile.am
parent6f98b16890015b1077ea3fccc1923250979fd53c (diff)
downloadcalcurse-f845721828a0000f1c7e30f35360417771788e0a.tar.gz
calcurse-f845721828a0000f1c7e30f35360417771788e0a.zip
new files to manage user-definable keybindings
Diffstat (limited to 'src/Makefile.am')
-rwxr-xr-xsrc/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 3f2c1b5..272f3db 100755
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,11 +1,11 @@
-# $calcurse: Makefile.am,v 1.6 2007/07/28 15:04:52 culot Exp $
+# $calcurse: Makefile.am,v 1.7 2008/11/08 19:05:15 culot Exp $
AUTOMAKE_OPTIONS= gnu
bin_PROGRAMS= calcurse
calcurse_SOURCES= \
- calcurse.c i18n.h \
+ calcurse.c i18n.h htable.h \
apoint.c apoint.h \
args.c args.h \
calendar.c calendar.h \
@@ -14,6 +14,7 @@ calcurse_SOURCES= \
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 \