aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/Makefile.am
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-07-24 13:38:43 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-07-24 23:02:51 +0800
commit7fc5566885801798839c94288fdff2d3c3ffe0d2 (patch)
treef727ad4bab362ea04fa41c4fed031cc73db166d4 /calendar/gui/Makefile.am
parent4c43a88975bfb4cbab2eb10c9e2de31acedf0a61 (diff)
downloadgsoc2013-evolution-7fc5566885801798839c94288fdff2d3c3ffe0d2.tar
gsoc2013-evolution-7fc5566885801798839c94288fdff2d3c3ffe0d2.tar.gz
gsoc2013-evolution-7fc5566885801798839c94288fdff2d3c3ffe0d2.tar.bz2
gsoc2013-evolution-7fc5566885801798839c94288fdff2d3c3ffe0d2.tar.lz
gsoc2013-evolution-7fc5566885801798839c94288fdff2d3c3ffe0d2.tar.xz
gsoc2013-evolution-7fc5566885801798839c94288fdff2d3c3ffe0d2.tar.zst
gsoc2013-evolution-7fc5566885801798839c94288fdff2d3c3ffe0d2.zip
Add EMonthView, a simple subclass of EWeekView.
Diffstat (limited to 'calendar/gui/Makefile.am')
-rw-r--r--calendar/gui/Makefile.am10
1 files changed, 6 insertions, 4 deletions
diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am
index e460d3d5ff..0cf9c99aa8 100644
--- a/calendar/gui/Makefile.am
+++ b/calendar/gui/Makefile.am
@@ -54,10 +54,10 @@ noinst_LTLIBRARIES = libcal-gui.la
libcal_gui_la_SOURCES = \
e-attachment-handler-calendar.c \
e-attachment-handler-calendar.h \
- e-calendar-view.c \
- e-calendar-view.h \
- e-calendar-table.c \
- e-calendar-table.h \
+ e-calendar-view.c \
+ e-calendar-view.h \
+ e-calendar-table.c \
+ e-calendar-table.h \
calendar-config.c \
calendar-config.h \
calendar-config-keys.h \
@@ -141,6 +141,8 @@ libcal_gui_la_SOURCES = \
e-memo-table-config.h \
e-mini-calendar-config.c \
e-mini-calendar-config.h \
+ e-month-view.c \
+ e-month-view.h \
e-select-names-editable.c \
e-select-names-editable.h \
e-select-names-renderer.c \