From 7251a2d2bc2274529e1ddd1d5a3c04771cc86113 Mon Sep 17 00:00:00 2001 From: Eskil Heyn Olsen Date: Wed, 15 Sep 1999 08:38:05 +0000 Subject: added sources to calendar-conduit * gncal/Makefile.am: added sources to calendar-conduit * gncal/calendar-conduit.c: imported Miguels update_record function * gncal/corba-cal.c: fixed a grave bug in exception throwing, which cause ORBit to sigsegv. svn path=/trunk/; revision=1229 --- calendar/Makefile.am | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'calendar/Makefile.am') diff --git a/calendar/Makefile.am b/calendar/Makefile.am index c7794b7e85..b4d349f936 100644 --- a/calendar/Makefile.am +++ b/calendar/Makefile.am @@ -120,7 +120,16 @@ calendar_conduitsdir=$(libdir)/gnome-pilot/conduits calendar_conduits_LTLIBRARIES = libcalendar_conduit.la libcalendar_conduit_la_SOURCES = \ - calendar-conduit.c + calendar-conduit.c \ + calobj.c \ + alarm.c \ + GnomeCal-common.c \ + GnomeCal-stubs.c \ + calendar.c \ + vcc.c \ + vcaltmp.c \ + vobject.c \ + timeutil.c libcalendar_conduit_la_LDFLAGS = \ -rpath $(libdir) -- cgit