aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/Makefile.am
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@nuclecu.unam.mx>1998-04-03 14:03:18 +0800
committerArturo Espinosa <unammx@src.gnome.org>1998-04-03 14:03:18 +0800
commit197ca7ac5bd990427d8c5e7683b6408ffc23f261 (patch)
tree5cef7014f10dbdd45e2a8be3b1a7a205b80b664c /calendar/Makefile.am
parentdc90ad6b4302059c79a95d535c8363829faed7df (diff)
downloadgsoc2013-evolution-197ca7ac5bd990427d8c5e7683b6408ffc23f261.tar
gsoc2013-evolution-197ca7ac5bd990427d8c5e7683b6408ffc23f261.tar.gz
gsoc2013-evolution-197ca7ac5bd990427d8c5e7683b6408ffc23f261.tar.bz2
gsoc2013-evolution-197ca7ac5bd990427d8c5e7683b6408ffc23f261.tar.lz
gsoc2013-evolution-197ca7ac5bd990427d8c5e7683b6408ffc23f261.tar.xz
gsoc2013-evolution-197ca7ac5bd990427d8c5e7683b6408ffc23f261.tar.zst
gsoc2013-evolution-197ca7ac5bd990427d8c5e7683b6408ffc23f261.zip
New full-day widget. It is still a work in progress. It will be similar to
1998-04-02 Federico Mena Quintero <federico@nuclecu.unam.mx> * 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
Diffstat (limited to 'calendar/Makefile.am')
-rw-r--r--calendar/Makefile.am6
1 files changed, 4 insertions, 2 deletions
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 \