From 197ca7ac5bd990427d8c5e7683b6408ffc23f261 Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Fri, 3 Apr 1998 06:03:18 +0000 Subject: New full-day widget. It is still a work in progress. It will be similar to 1998-04-02 Federico Mena Quintero * gncal-full-day.c: New full-day widget. It is still a work in progress. It will be similar to M$ Schedule's nifty full day view widget, but with Gtk's elegance :-) * Makefile.am (gnomecal_SOURCES): Added gncal-full-day.[ch] to the sources. svn path=/trunk/; revision=99 --- calendar/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'calendar/Makefile.am') diff --git a/calendar/Makefile.am b/calendar/Makefile.am index 0b715efa5e..283e46e1c2 100644 --- a/calendar/Makefile.am +++ b/calendar/Makefile.am @@ -13,10 +13,12 @@ gnomecal_SOURCES = \ calendar.h \ calobj.c \ calobj.h \ - gncal-week-view.c \ - gncal-week-view.h \ gncal-day-view.c \ gncal-day-view.h \ + gncal-full-day.c \ + gncal-full-day.h \ + gncal-week-view.c \ + gncal-week-view.h \ gnome-cal.c \ gnome-cal.h \ main.c \ -- cgit v1.2.3