From 03d35bacf44d7f3e63805411370b7ada8aae93e8 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Mon, 11 Jan 2016 19:32:14 +0100 Subject: Implement utility functions for dynamic strings Introduce support for strings which support concatenating the current value with a printf-style formatted value, thereby growing in size dynamically. 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 823f7c9..df6a1ae 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -32,6 +32,7 @@ calcurse_SOURCES = \ recur.c \ sha1.c \ sigs.c \ + strings.c \ todo.c \ ui-calendar.c \ ui-day.c \ -- cgit v1.2.3-54-g00ecf