From 192c70b9786324c3e27e8bca79300c09033d860f Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Thu, 8 Oct 1998 00:19:46 +0000 Subject: Sync sync sync 1998-10-07 Federico Mena Quintero * layout.[ch]: New files that abstract the event layout code from gncal-full-day.c into something useful for other parts of the program. Now all event layout is done here. * Makefile.am (gnomecal_SOURCES): Added layout.[ch] to the list of sources. svn path=/trunk/; revision=432 --- calendar/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'calendar/Makefile.am') diff --git a/calendar/Makefile.am b/calendar/Makefile.am index bc6081dc10..25c433ceaf 100644 --- a/calendar/Makefile.am +++ b/calendar/Makefile.am @@ -36,6 +36,8 @@ gnomecal_SOURCES = \ gnome-cal.c \ gnome-cal.h \ goto.c \ + layout.c \ + layout.h \ main.c \ main.h \ mark.c \ -- cgit v1.2.3