aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/Makefile.am
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@nuclecu.unam.mx>1998-08-27 03:59:46 +0800
committerArturo Espinosa <unammx@src.gnome.org>1998-08-27 03:59:46 +0800
commit00098c1abe26a5006bc6df5ff81973b27c7c650a (patch)
tree5702630bbd1ad7ecf7b08a4ce9c63d98f13d716a /calendar/Makefile.am
parent4da4e492496efde4b1daaf6883a985332154a64b (diff)
downloadgsoc2013-evolution-00098c1abe26a5006bc6df5ff81973b27c7c650a.tar
gsoc2013-evolution-00098c1abe26a5006bc6df5ff81973b27c7c650a.tar.gz
gsoc2013-evolution-00098c1abe26a5006bc6df5ff81973b27c7c650a.tar.bz2
gsoc2013-evolution-00098c1abe26a5006bc6df5ff81973b27c7c650a.tar.lz
gsoc2013-evolution-00098c1abe26a5006bc6df5ff81973b27c7c650a.tar.xz
gsoc2013-evolution-00098c1abe26a5006bc6df5ff81973b27c7c650a.tar.zst
gsoc2013-evolution-00098c1abe26a5006bc6df5ff81973b27c7c650a.zip
Today: beginning of year view using the canvas. I still have to finish
Today: beginning of year view using the canvas. I still have to finish fixing size allocation and event marking. This is all for today since Bonnie is coming. 1998-08-26 Federico Mena Quintero <federico@nuclecu.unam.mx> * year-view.c: Beginning of the new year view. Sizing and event marking needs to be finished. * gnome-cal.c: Updated for year-view. (gnome_calendar_time_format_changed): Use year_view_time_format_changed(). * year-view.[ch]: Renamed the gncal-year-view.[ch] files to year-view.[ch]. * Makefile.am (gnomecal_SOURCES): Updated year-view.[ch] in the list of source files. svn path=/trunk/; revision=341
Diffstat (limited to 'calendar/Makefile.am')
-rw-r--r--calendar/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/calendar/Makefile.am b/calendar/Makefile.am
index 993cdf58b7..dfd034e433 100644
--- a/calendar/Makefile.am
+++ b/calendar/Makefile.am
@@ -31,8 +31,6 @@ gnomecal_SOURCES = \
gncal-week-view.h \
gncal-todo.c \
gncal-todo.h \
- gncal-year-view.c \
- gncal-year-view.h \
gnome-month-item.c \
gnome-month-item.h \
gnome-cal.c \
@@ -48,7 +46,9 @@ gnomecal_SOURCES = \
timeutil.c \
timeutil.h \
view-utils.h \
- view-utils.c
+ view-utils.c \
+ year-view.c \
+ year-view.h
LINK_FLAGS = \
$(GNOME_LIBDIR) \