diff options
author | Jesse Pavel <jpavel@src.gnome.org> | 2000-10-11 07:05:47 +0800 |
---|---|---|
committer | Jesse Pavel <jpavel@src.gnome.org> | 2000-10-11 07:05:47 +0800 |
commit | b768174bd9f5dda7e22412b7f90e40b712c647d1 (patch) | |
tree | 244246869cc0a7ad4a614e947c5c0c807ed7ace6 /calendar/gui/Makefile.am | |
parent | ce0396bfadc2e90b851b0aa2dfd092faa0320752 (diff) | |
download | gsoc2013-evolution-b768174bd9f5dda7e22412b7f90e40b712c647d1.tar.gz gsoc2013-evolution-b768174bd9f5dda7e22412b7f90e40b712c647d1.tar.zst gsoc2013-evolution-b768174bd9f5dda7e22412b7f90e40b712c647d1.zip |
*** empty log message ***
svn path=/trunk/; revision=5825
Diffstat (limited to 'calendar/gui/Makefile.am')
-rw-r--r-- | calendar/gui/Makefile.am | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am index 9731104200..bd32e28ef3 100644 --- a/calendar/gui/Makefile.am +++ b/calendar/gui/Makefile.am @@ -40,7 +40,8 @@ gladedir = $(datadir)/evolution/glade glade_DATA = \ event-editor-dialog.glade \ - e-meeting-dialog.glade + e-meeting-dialog.glade \ + e-itip-control.glade glade_messages = event-editor-dialog.glade.h @@ -77,6 +78,8 @@ evolution_calendar_SOURCES = \ e-week-view.h \ e-meeting-edit.h \ e-meeting-edit.c \ + e-itip-control.h \ + e-itip-control.c \ event-editor.c \ event-editor.h \ getdate.y \ @@ -106,7 +109,7 @@ evolution_calendar_LDADD = \ evolution_calendar_LDFLAGS = `gnome-config --libs gdk_pixbuf` oafdir = $(datadir)/oaf -oaf_DATA = calendar-control.oafinfo evolution-calendar.oafinfo +oaf_DATA = calendar-control.oafinfo evolution-calendar.oafinfo EXTRA_DIST = \ $(glade_DATA) \ |