aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/idl/Makefile.am
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@helixcode.com>2000-03-02 06:31:11 +0800
committerFederico Mena Quintero <federico@src.gnome.org>2000-03-02 06:31:11 +0800
commit3f2e2c06278e2c18938c62d31b719b0ba834383a (patch)
treee9f15c89fef951f7fe1f2ccf095019aef1523c97 /calendar/idl/Makefile.am
parentd164174a00f7712793a43ebbc29246901b28fd2c (diff)
downloadgsoc2013-evolution-3f2e2c06278e2c18938c62d31b719b0ba834383a.tar
gsoc2013-evolution-3f2e2c06278e2c18938c62d31b719b0ba834383a.tar.gz
gsoc2013-evolution-3f2e2c06278e2c18938c62d31b719b0ba834383a.tar.bz2
gsoc2013-evolution-3f2e2c06278e2c18938c62d31b719b0ba834383a.tar.lz
gsoc2013-evolution-3f2e2c06278e2c18938c62d31b719b0ba834383a.tar.xz
gsoc2013-evolution-3f2e2c06278e2c18938c62d31b719b0ba834383a.tar.zst
gsoc2013-evolution-3f2e2c06278e2c18938c62d31b719b0ba834383a.zip
At this point the calendar client and personal calendar server files were
2000-03-01 Federico Mena Quintero <federico@helixcode.com> 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
Diffstat (limited to 'calendar/idl/Makefile.am')
-rw-r--r--calendar/idl/Makefile.am7
1 files changed, 7 insertions, 0 deletions
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)