From f75cc7238b336522d966538e58f79bb11b996cbc Mon Sep 17 00:00:00 2001 From: Eskil Heyn Olsen Date: Sun, 19 Sep 1999 01:14:24 +0000 Subject: changed to be a .la file instead of .a, this allows lib*_conduit to use * libversit: changed to be a .la file instead of .a, this allows lib*_conduit to use the library. * gncal/calendar-conduit: implemented iterate and iterate_specific. * gncal/corba-cal: fixed warnings. svn path=/trunk/; revision=1239 --- calendar/Makefile.am | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'calendar/Makefile.am') diff --git a/calendar/Makefile.am b/calendar/Makefile.am index b4d349f936..ed17a8aa6c 100644 --- a/calendar/Makefile.am +++ b/calendar/Makefile.am @@ -106,7 +106,8 @@ calendar_pilot_sync_SOURCES = \ LINK_FLAGS = \ $(GNOME_LIBDIR) \ $(GNOMEGNORBA_LIBS) \ - $(INTLLIBS) ../libversit/libversit.a + $(INTLLIBS) \ + ../libversit/libversit.la calendar_pilot_sync_LDADD = \ $(PISOCK_LIBS) \ @@ -126,15 +127,13 @@ libcalendar_conduit_la_SOURCES = \ GnomeCal-common.c \ GnomeCal-stubs.c \ calendar.c \ - vcc.c \ - vcaltmp.c \ - vobject.c \ timeutil.c libcalendar_conduit_la_LDFLAGS = \ -rpath $(libdir) libcalendar_conduit_la_LIBADD = \ + ../libversit/libversit.la \ $(PISOCK_LIBS) \ $(GNOME_LIBDIR) \ $(GNOME_LIBS) @@ -199,7 +198,7 @@ EXTRA_DIST = \ bell.xpm \ recur.xpm \ $(idl_DATA) \ - $(gnorba_DATA) \ + $(gnorba_DATA) Productivitydir = $(datadir)/gnome/apps/Applications -- cgit v1.2.3