aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-rw-r--r--shell/ChangeLog7
-rw-r--r--shell/Makefile.am2
-rw-r--r--shell/importer/Makefile.am1
3 files changed, 7 insertions, 3 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index a93e1e41e2..5edccf1d02 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,10 @@
+2003-01-06 Dan Winship <danw@ximian.com>
+
+ * Makefile.am: Remove idldir definition. (It's defined in
+ configure.in now).
+
+ * importer/Makefile.am: Likewise
+
2002-12-19 Ettore Perazzoli <ettore@ximian.com>
[With this commit, the shell compiles without deprecated GLib/GTK+
diff --git a/shell/Makefile.am b/shell/Makefile.am
index 9aeb46bfcd..e55268c278 100644
--- a/shell/Makefile.am
+++ b/shell/Makefile.am
@@ -64,8 +64,6 @@ $(SELECT_NAMES_IDL_GENERATED): $(SELECT_NAMES_IDL)
# IDL install
-idldir = $(datadir)/idl
-
idl_DATA = $(IDLS)
# Shell library
diff --git a/shell/importer/Makefile.am b/shell/importer/Makefile.am
index 3865ec8a32..6084f4577d 100644
--- a/shell/importer/Makefile.am
+++ b/shell/importer/Makefile.am
@@ -23,7 +23,6 @@ $(IDL_GENERATED): $(IDLS)
$(ORBIT_IDL) -I $(srcdir) $(IDL_INCLUDES) \
$(srcdir)/GNOME_Evolution_Importer.idl
-idldir = $(datadir)/idl
idl_DATA = $(IDLS)
libevolution_importerincludedir = $(includedir)/evolution/importer