From 8871e4a99df64bc22b75f4426ba3c77d9e897b32 Mon Sep 17 00:00:00 2001 From: Peter Williams Date: Sat, 25 Nov 2000 21:43:13 +0000 Subject: Install Evolution IDL's into datadir/idl. svn path=/trunk/; revision=6668 --- shell/ChangeLog | 4 ++++ shell/Makefile.am | 6 ++++++ 2 files changed, 10 insertions(+) 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 + + * Makefile.am (idldir): Install our IDL's into $(datadir)/idl. + 2000-11-25 Federico Mena Quintero * 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 = \ -- cgit v1.2.3