diff options
author | Eskil Heyn Olsen <eskil@src.gnome.org> | 1999-09-15 16:38:05 +0800 |
---|---|---|
committer | Eskil Heyn Olsen <eskil@src.gnome.org> | 1999-09-15 16:38:05 +0800 |
commit | 7251a2d2bc2274529e1ddd1d5a3c04771cc86113 (patch) | |
tree | 4025e73707c00c36ec022b56c989810d7e523dd2 /calendar/Makefile.am | |
parent | 0a765ba73162b2d162de1d1fc697c9586491ef00 (diff) | |
download | gsoc2013-evolution-7251a2d2bc2274529e1ddd1d5a3c04771cc86113.tar gsoc2013-evolution-7251a2d2bc2274529e1ddd1d5a3c04771cc86113.tar.gz gsoc2013-evolution-7251a2d2bc2274529e1ddd1d5a3c04771cc86113.tar.bz2 gsoc2013-evolution-7251a2d2bc2274529e1ddd1d5a3c04771cc86113.tar.lz gsoc2013-evolution-7251a2d2bc2274529e1ddd1d5a3c04771cc86113.tar.xz gsoc2013-evolution-7251a2d2bc2274529e1ddd1d5a3c04771cc86113.tar.zst gsoc2013-evolution-7251a2d2bc2274529e1ddd1d5a3c04771cc86113.zip |
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
Diffstat (limited to 'calendar/Makefile.am')
-rw-r--r-- | calendar/Makefile.am | 11 |
1 files changed, 10 insertions, 1 deletions
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) |