From a74313d1afe18b36eaddeda4ad35b8442354e8b7 Mon Sep 17 00:00:00 2001 From: Matthew Loper Date: Wed, 29 Mar 2000 03:05:07 +0000 Subject: + * wombat/wombat.gnorba: new file. + + * wombat/.cvsignore: new file. + + * wombat/wombat.c (setup_pcs): fill out this function some. + + * configure.in: added wombat. + + * pcs/Makefile.am: create a libpcs.la library, for use in the + wombat. svn path=/trunk/; revision=2241 --- calendar/pcs/Makefile.am | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'calendar/pcs/Makefile.am') diff --git a/calendar/pcs/Makefile.am b/calendar/pcs/Makefile.am index 269ba2f5c6..a567597975 100644 --- a/calendar/pcs/Makefile.am +++ b/calendar/pcs/Makefile.am @@ -3,6 +3,7 @@ # bin_PROGRAMS = tlacuache +lib_LTLIBRARIES = libpcs.la #INCLUDES = \ # -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \ @@ -65,6 +66,23 @@ tlacuache_SOURCES = \ # cal-util.c \ # cal-util.h \ +libpcs_la_SOURCES = \ + $(CORBA_GENERATED) \ + cal.c \ + cal-backend.c \ + cal-factory.c \ + icalendar.c \ + job.c + +libpcsincludedir = $(includedir)/calendar/pcs + +libpcsinclude_HEADERS = \ + cal.h \ + cal-backend.h \ + cal-common.h \ + cal-factory.h \ + icalendar.h \ + job.h ICAL_LINK_FLAGS = $(top_builddir)/libical/src/libical/libical.la -- cgit v1.2.3