aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-06-23 04:26:36 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-06-23 04:26:36 +0800
commited169f4075b09453f004d770b5daf388e61971de (patch)
treecb6bc42e5b5689eee1a72a768006531ebaa3998f
parentd723632f9f32bc9493bc21d4a698df43aea4ac48 (diff)
downloadgsoc2013-evolution-ed169f4075b09453f004d770b5daf388e61971de.tar
gsoc2013-evolution-ed169f4075b09453f004d770b5daf388e61971de.tar.gz
gsoc2013-evolution-ed169f4075b09453f004d770b5daf388e61971de.tar.bz2
gsoc2013-evolution-ed169f4075b09453f004d770b5daf388e61971de.tar.lz
gsoc2013-evolution-ed169f4075b09453f004d770b5daf388e61971de.tar.xz
gsoc2013-evolution-ed169f4075b09453f004d770b5daf388e61971de.tar.zst
gsoc2013-evolution-ed169f4075b09453f004d770b5daf388e61971de.zip
Added itip-control-factory.* to the build.
2001-06-22 Jeffrey Stedfast <fejj@ximian.com> * gui/Makefile.am: Added itip-control-factory.* to the build. svn path=/trunk/; revision=10400
-rw-r--r--calendar/ChangeLog4
-rw-r--r--calendar/gui/Makefile.am2
2 files changed, 6 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index db9d905f95..6928df5c52 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,7 @@
+2001-06-22 Jeffrey Stedfast <fejj@ximian.com>
+
+ * gui/Makefile.am: Added itip-control-factory.* to the build.
+
2001-06-22 Rodrigo Moya <rodrigo@ximian.com>
* pcs/cal.[ch] (cal_get_password): new function for the backends to
diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am
index 9b6e0afd50..b801ca42a3 100644
--- a/calendar/gui/Makefile.am
+++ b/calendar/gui/Makefile.am
@@ -101,6 +101,8 @@ evolution_calendar_SOURCES = \
gnome-cal.h \
goto.c \
goto.h \
+ itip-control-factory.c \
+ itip-control-factory.h \
itip-utils.c \
itip-utils.h \
main.c \