aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs/Makefile.am
diff options
context:
space:
mode:
authorDan Vrátil <dvratil@redhat.com>2011-05-16 22:10:00 +0800
committerMilan Crha <mcrha@redhat.com>2011-05-16 22:10:00 +0800
commit8e15abac92213f2c8a37fc985a6625bfc1a70e54 (patch)
treeb134b57eed6bfd7c169168b9fb51771c83804ada /calendar/gui/dialogs/Makefile.am
parentd20e186ce7f59d1524fb8946b5dbf7983fbd7802 (diff)
downloadgsoc2013-evolution-8e15abac92213f2c8a37fc985a6625bfc1a70e54.tar
gsoc2013-evolution-8e15abac92213f2c8a37fc985a6625bfc1a70e54.tar.gz
gsoc2013-evolution-8e15abac92213f2c8a37fc985a6625bfc1a70e54.tar.bz2
gsoc2013-evolution-8e15abac92213f2c8a37fc985a6625bfc1a70e54.tar.lz
gsoc2013-evolution-8e15abac92213f2c8a37fc985a6625bfc1a70e54.tar.xz
gsoc2013-evolution-8e15abac92213f2c8a37fc985a6625bfc1a70e54.tar.zst
gsoc2013-evolution-8e15abac92213f2c8a37fc985a6625bfc1a70e54.zip
Bug #649392 - Improve calendar's "Goto" dialog and move it to dialogs
Diffstat (limited to 'calendar/gui/dialogs/Makefile.am')
-rw-r--r--calendar/gui/dialogs/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/calendar/gui/dialogs/Makefile.am b/calendar/gui/dialogs/Makefile.am
index 38e0c47e62..684550990b 100644
--- a/calendar/gui/dialogs/Makefile.am
+++ b/calendar/gui/dialogs/Makefile.am
@@ -36,6 +36,7 @@ ecalendarinclude_HEADERS = \
e-send-options-utils.h \
event-editor.h \
event-page.h \
+ goto-dialog.h \
memo-editor.h \
memo-page.h \
recurrence-page.h \
@@ -85,6 +86,8 @@ libcal_dialogs_la_SOURCES = \
event-editor.h \
event-page.c \
event-page.h \
+ goto-dialog.c \
+ goto-dialog.h \
memo-editor.c \
memo-editor.h \
memo-page.c \
@@ -113,6 +116,7 @@ ui_DATA = \
alarm-list-dialog.ui \
e-delegate-dialog.ui \
event-page.ui \
+ goto-dialog.ui \
memo-page.ui \
recurrence-page.ui \
schedule-page.ui \