aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/Makefile.am
diff options
context:
space:
mode:
authorJesse Pavel <jpavel@src.gnome.org>2000-10-11 07:05:47 +0800
committerJesse Pavel <jpavel@src.gnome.org>2000-10-11 07:05:47 +0800
commitb768174bd9f5dda7e22412b7f90e40b712c647d1 (patch)
tree244246869cc0a7ad4a614e947c5c0c807ed7ace6 /calendar/gui/Makefile.am
parentce0396bfadc2e90b851b0aa2dfd092faa0320752 (diff)
downloadgsoc2013-evolution-b768174bd9f5dda7e22412b7f90e40b712c647d1.tar
gsoc2013-evolution-b768174bd9f5dda7e22412b7f90e40b712c647d1.tar.gz
gsoc2013-evolution-b768174bd9f5dda7e22412b7f90e40b712c647d1.tar.bz2
gsoc2013-evolution-b768174bd9f5dda7e22412b7f90e40b712c647d1.tar.lz
gsoc2013-evolution-b768174bd9f5dda7e22412b7f90e40b712c647d1.tar.xz
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.am7
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) \