From 267bf0fc1c3ef59b232ea60e7ccdede664a667e8 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Thu, 14 Feb 2013 10:26:45 +0100 Subject: Split out UI functions for todo items * Move todo-related UI functions from "interaction.c" to a new compilation unit "ui-todo.c". * Rename all todo-related UI functions to todo_ui_*(). 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 cb44177..7c38cd0 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -32,6 +32,7 @@ calcurse_SOURCES = \ sha1.c \ sigs.c \ todo.c \ + ui-todo.c \ utf8.c \ utils.c \ vars.c \ -- cgit v1.2.3