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/cal-client/Makefile.am | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 calendar/cal-client/Makefile.am (limited to 'calendar/cal-client/Makefile.am') diff --git a/calendar/cal-client/Makefile.am b/calendar/cal-client/Makefile.am new file mode 100644 index 0000000000..fa9435d465 --- /dev/null +++ b/calendar/cal-client/Makefile.am @@ -0,0 +1,38 @@ +CORBA_GENERATED = \ + evolution-calendar.h \ + evolution-calendar-common.c \ + evolution-calendar-skels.c \ + evolution-calendar-stubs.c + +idls = \ + $(srcdir)/../idl/evolution-calendar.idl + +idl_flags = `$(GNOME_CONFIG) --cflags idl` + +$(CORBA_GENERATED): $(idls) + $(ORBIT_IDL) $(idl_flags) $(srcdir)/../idl/evolution-calendar.idl + +INCLUDES = \ + -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \ + -DG_LOG_DOMAIN=\"cal-client\" \ + -I$(srcdir) -I$(top_srcdir) \ + -I. \ + -I.. \ + -I$(top_builddir) \ + -I$(includedir) \ + $(GNOME_INCLUDEDIR) + +lib_LTLIBRARIES = libcal-client.la + +libcal_clientincludedir = $(includedir)/cal-client + +libcal_client_la_SOURCES = \ + $(CORBA_GENERATED) \ + cal-client.c \ + cal-listener.c \ + cal-listener.h \ + cal-util.c + +libcal_clientinclude_HEADERS = \ + cal-client.h \ + cal-util.h -- cgit v1.2.3