From edc20ba4437a861b188b0477aac17b250ebcb5eb Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Wed, 1 Jun 2011 20:57:19 +0200 Subject: 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 --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Makefile.am') 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 \ -- cgit v1.2.3-54-g00ecf