diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-02-25 04:12:52 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-02-25 04:12:52 +0800 |
commit | 98f8e3672530a9231c3c28cea137452e9127d214 (patch) | |
tree | cc27a6e24e64dd812ecda694f3bf5c40290bf430 /calendar/gui | |
parent | bd5612fa7a150fce24479f066b83ca3f38c485e3 (diff) | |
download | gsoc2013-evolution-98f8e3672530a9231c3c28cea137452e9127d214.tar.gz gsoc2013-evolution-98f8e3672530a9231c3c28cea137452e9127d214.tar.zst gsoc2013-evolution-98f8e3672530a9231c3c28cea137452e9127d214.zip |
Restore some calendar headers that got dropped.
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am index 2f5c3e8578..b175dc84a2 100644 --- a/calendar/gui/Makefile.am +++ b/calendar/gui/Makefile.am @@ -12,10 +12,13 @@ ecalendarinclude_HEADERS = \ cal-editor-utils.h \ calendar-config.h \ calendar-config-keys.h \ + calendar-view.h \ + calendar-view-factory.h \ comp-util.h \ e-alarm-list.h \ e-cal-config.h \ e-cal-event.h \ + e-cal-list-view.h \ e-cal-model-calendar.h \ e-cal-model.h \ e-calendar-selector.h \ |