From 806673dd9b256e879d1483255886a8881d1d8115 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Thu, 14 Feb 2013 10:52:44 +0100 Subject: calendar.c: Rename to "ui-calendar.c" This unit belongs to the presentation layer -- rename the file accordingly. Also, rename calendar_*() to ui_calendar_*(). Signed-off-by: Lukas Fleischer --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 438106d..44d1ae8 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -13,7 +13,6 @@ calcurse_SOURCES = \ sha1.h \ apoint.c \ args.c \ - calendar.c \ config.c \ custom.c \ day.c \ @@ -31,6 +30,7 @@ calcurse_SOURCES = \ sha1.c \ sigs.c \ todo.c \ + ui-calendar.c \ ui-day.c \ ui-todo.c \ utf8.c \ -- cgit v1.2.3-54-g00ecf