From 3f2e2c06278e2c18938c62d31b719b0ba834383a Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Wed, 1 Mar 2000 22:31:11 +0000 Subject: At this point the calendar client and personal calendar server files were 2000-03-01 Federico Mena Quintero At this point the calendar client and personal calendar server files were moved to the idl/, cal-client/, and pcs/ directories. * idl/Makefile.am: New file. * cal-client/Makefile.am: New file. Moved the libcal-client stuff from calendar/Makefile.am to here. * Makefile.am (SUBDIRS): Added the idl and cal-client directories. svn path=/trunk/; revision=2003 --- calendar/gui/Makefile.am | 24 ++---------------------- 1 file changed, 2 insertions(+), 22 deletions(-) (limited to 'calendar/gui/Makefile.am') diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am index da5a843d0b..f81c2e7d0a 100644 --- a/calendar/gui/Makefile.am +++ b/calendar/gui/Makefile.am @@ -1,9 +1,8 @@ -SUBDIRS = doc +SUBDIRS = doc idl cal-client idldir = $(datadir)/idl idl_DATA = \ - GnomeCal.idl \ - evolution-calendar.idl + GnomeCal.idl idl_flags = `$(GNOME_CONFIG) --cflags idl` @@ -22,8 +21,6 @@ endif bin_PROGRAMS = gnomecal tlacuache $(extra_pilot_bins) -lib_LTLIBRARIES = libcal-client.la - ICAL_LINK_FLAGS = ../libical/src/libical/libical.la INCLUDES = \ @@ -133,23 +130,6 @@ calendar_pilot_sync_SOURCES = \ timeutil.c \ timeutil.h -# -# cal-client library -# - -libcal_clientincludedir = $(includedir)/cal-client - -libcal_client_la_SOURCES = \ - $(EVOLUTION_CALENDAR_CORBA_GENERATED) \ - cal-client.c \ - cal-listener.c \ - cal-util.c - -libcal_clientinclude_HEADERS = \ - cal-client.h \ - cal-listener.h \ - cal-util.h - # # tlacuache personal calendar server # -- cgit v1.2.3