diff options
author | Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk> | 2010-01-27 21:28:23 +0800 |
---|---|---|
committer | Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk> | 2010-01-27 21:28:23 +0800 |
commit | dcc317e6496327fb87378985fb731bfe31782871 (patch) | |
tree | bf2e9e14d67ad33ceebd124480c11c23c68c89d6 | |
parent | d635b839f8d22746f44067464dc3c645aeeb8591 (diff) | |
download | gsoc2013-evolution-dcc317e6496327fb87378985fb731bfe31782871.tar gsoc2013-evolution-dcc317e6496327fb87378985fb731bfe31782871.tar.gz gsoc2013-evolution-dcc317e6496327fb87378985fb731bfe31782871.tar.bz2 gsoc2013-evolution-dcc317e6496327fb87378985fb731bfe31782871.tar.lz gsoc2013-evolution-dcc317e6496327fb87378985fb731bfe31782871.tar.xz gsoc2013-evolution-dcc317e6496327fb87378985fb731bfe31782871.tar.zst gsoc2013-evolution-dcc317e6496327fb87378985fb731bfe31782871.zip |
Expose ECalendarSelector
Part of https://bugzilla.gnome.org/show_bug.cgi?id=608175
-rw-r--r-- | calendar/gui/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am index 532e7eede8..2f5c3e8578 100644 --- a/calendar/gui/Makefile.am +++ b/calendar/gui/Makefile.am @@ -18,6 +18,7 @@ ecalendarinclude_HEADERS = \ e-cal-event.h \ e-cal-model-calendar.h \ e-cal-model.h \ + e-calendar-selector.h \ e-calendar-view.h \ e-cell-date-edit-text.h \ e-date-time-list.h \ |