diff options
author | JP Rosevear <jpr@ximian.com> | 2001-06-20 07:07:41 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2001-06-20 07:07:41 +0800 |
commit | 991d25c1877401228d4905a382edaf3cc75b9031 (patch) | |
tree | 5a391cf94c6964db2e8a34b2b769d444d37ef8da /calendar/gui/Makefile.am | |
parent | ad8fe2fd17d945406291b2ce7a8522d9794ee915 (diff) | |
download | gsoc2013-evolution-991d25c1877401228d4905a382edaf3cc75b9031.tar.gz gsoc2013-evolution-991d25c1877401228d4905a382edaf3cc75b9031.tar.zst gsoc2013-evolution-991d25c1877401228d4905a382edaf3cc75b9031.zip |
don't compile or install the old meeting edit stuff
2001-06-19 JP Rosevear <jpr@ximian.com>
* gui/Makefile.am: don't compile or install the old meeting edit
stuff
* gui/e-week-view.c: ditto
* gui/e-day-view.c: Remove scheduling menu option
svn path=/trunk/; revision=10311
Diffstat (limited to 'calendar/gui/Makefile.am')
-rw-r--r-- | calendar/gui/Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am index 9ccb8cab1c..72df7d6299 100644 --- a/calendar/gui/Makefile.am +++ b/calendar/gui/Makefile.am @@ -48,7 +48,6 @@ INCLUDES = \ gladedir = $(datadir)/evolution/glade glade_DATA = \ - e-meeting-dialog.glade \ e-itip-control.glade \ goto-dialog.glade @@ -84,8 +83,6 @@ evolution_calendar_SOURCES = \ e-day-view.h \ e-itip-control.h \ e-itip-control.c \ - e-meeting-edit.h \ - e-meeting-edit.c \ e-week-view-event-item.c \ e-week-view-event-item.h \ e-week-view-layout.c \ |