aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorPeter Williams <peterw@src.gnome.org>2000-11-26 05:43:13 +0800
committerPeter Williams <peterw@src.gnome.org>2000-11-26 05:43:13 +0800
commit8871e4a99df64bc22b75f4426ba3c77d9e897b32 (patch)
tree326991e3a1543c1bd9bcf5f5ee4c8a17a49dc325 /shell
parenta9a8c3a3848ef0e4a78c5b7c0b8bb9dce849c3cc (diff)
downloadgsoc2013-evolution-8871e4a99df64bc22b75f4426ba3c77d9e897b32.tar
gsoc2013-evolution-8871e4a99df64bc22b75f4426ba3c77d9e897b32.tar.gz
gsoc2013-evolution-8871e4a99df64bc22b75f4426ba3c77d9e897b32.tar.bz2
gsoc2013-evolution-8871e4a99df64bc22b75f4426ba3c77d9e897b32.tar.lz
gsoc2013-evolution-8871e4a99df64bc22b75f4426ba3c77d9e897b32.tar.xz
gsoc2013-evolution-8871e4a99df64bc22b75f4426ba3c77d9e897b32.tar.zst
gsoc2013-evolution-8871e4a99df64bc22b75f4426ba3c77d9e897b32.zip
Install Evolution IDL's into datadir/idl.
svn path=/trunk/; revision=6668
Diffstat (limited to 'shell')
-rw-r--r--shell/ChangeLog4
-rw-r--r--shell/Makefile.am6
2 files changed, 10 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index fc129d031e..405f6920ff 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,7 @@
+2000-11-25 Peter Williams <peterw@helixcode.com>
+
+ * Makefile.am (idldir): Install our IDL's into $(datadir)/idl.
+
2000-11-25 Federico Mena Quintero <federico@helixcode.com>
* e-setup.c (check_dir_recur): Plug leaks of the fullname and
diff --git a/shell/Makefile.am b/shell/Makefile.am
index a642493448..beb9ccbcbc 100644
--- a/shell/Makefile.am
+++ b/shell/Makefile.am
@@ -41,6 +41,12 @@ $(IDL_GENERATED): $(IDLS)
$(ORBIT_IDL) -I $(srcdir) -I $(datadir)/idl `$(GNOME_CONFIG) --cflags idl` \
$(srcdir)/Evolution.idl
+# IDL install
+
+idldir = $(datadir)/idl
+
+idl_DATA = $(IDLS)
+
# Shell library
noinst_LIBRARIES = \