diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/ChangeLog | 4 | ||||
-rw-r--r-- | shell/Makefile.am | 6 |
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 = \ |