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/idl/Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 calendar/idl/Makefile.am (limited to 'calendar/idl') diff --git a/calendar/idl/Makefile.am b/calendar/idl/Makefile.am new file mode 100644 index 0000000000..ec6b4e45f0 --- /dev/null +++ b/calendar/idl/Makefile.am @@ -0,0 +1,7 @@ +idldir = $(datadir)/idl + +idl_DATA = \ + evolution-calendar.idl + +EXTRA_DIST = \ + $(idl_DATA) -- cgit v1.2.3