diff options
author | Dan Vrátil <dvratil@redhat.com> | 2011-05-16 22:10:00 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-06-30 00:42:16 +0800 |
commit | f09486d7376bf2008d022458ad42f450a8c77ff5 (patch) | |
tree | 215d0dd582fbda64a175b3c3e8c428cac32c03b1 /calendar/gui/Makefile.am | |
parent | fb38e4a4ba22026cd4524ca6bb3c35bb2cdba0ef (diff) | |
download | gsoc2013-evolution-f09486d7376bf2008d022458ad42f450a8c77ff5.tar gsoc2013-evolution-f09486d7376bf2008d022458ad42f450a8c77ff5.tar.gz gsoc2013-evolution-f09486d7376bf2008d022458ad42f450a8c77ff5.tar.bz2 gsoc2013-evolution-f09486d7376bf2008d022458ad42f450a8c77ff5.tar.lz gsoc2013-evolution-f09486d7376bf2008d022458ad42f450a8c77ff5.tar.xz gsoc2013-evolution-f09486d7376bf2008d022458ad42f450a8c77ff5.tar.zst gsoc2013-evolution-f09486d7376bf2008d022458ad42f450a8c77ff5.zip |
Bug #649392 - Improve calendar's "Goto" dialog and move it to dialogs
Diffstat (limited to 'calendar/gui/Makefile.am')
-rw-r--r-- | calendar/gui/Makefile.am | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am index a74d4a1a70..0a404d429c 100644 --- a/calendar/gui/Makefile.am +++ b/calendar/gui/Makefile.am @@ -42,7 +42,6 @@ ecalendarinclude_HEADERS = \ e-week-view.h \ e-timezone-entry.h \ gnome-cal.h \ - goto.h \ itip-utils.h \ misc.h \ tag-calendar.h \ @@ -74,9 +73,6 @@ libevolution_calendar_la_CPPFLAGS = \ $(EVOLUTION_CALENDAR_CFLAGS) \ $(CAMEL_CFLAGS) -ui_DATA = \ - goto-dialog.ui - etspec_DATA = \ e-calendar-table.etspec \ e-meeting-time-sel.etspec \ @@ -170,8 +166,6 @@ libevolution_calendar_la_SOURCES = \ e-week-view.h \ e-timezone-entry.c \ e-timezone-entry.h \ - goto.c \ - goto.h \ gnome-cal.c \ gnome-cal.h \ itip-utils.c \ |