aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorLukas Fleischer <calcurse@cryptocrack.de>2011-06-01 20:57:19 +0200
committerLukas Fleischer <calcurse@cryptocrack.de>2011-06-29 15:43:44 +0200
commitedc20ba4437a861b188b0477aac17b250ebcb5eb (patch)
treed119d5ffcd8ca6dd6b99bf0ad6a72518ed01a653 /src/Makefile.am
parent271457b7a4753c0ee79fe0ee5105b7e496a8d240 (diff)
downloadcalcurse-edc20ba4437a861b188b0477aac17b250ebcb5eb.tar.gz
calcurse-edc20ba4437a861b188b0477aac17b250ebcb5eb.zip
Split line editing functions into separate file
Move getstring() related stuff into a separate file as a first step on our way to UTF-8 support for line editing helpers. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index b24a51d..8fff8e3 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -14,6 +14,7 @@ calcurse_SOURCES = \
custom.c \
day.c \
event.c \
+ getstring.c \
help.c \
io.c \
keys.c \