aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--shell/ChangeLog4
-rw-r--r--shell/importer/Makefile.am2
2 files changed, 5 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index a8f6dfe002..e117850839 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,7 @@
+2002-11-08 Rodrigo Moya <rodrigo@ximian.com>
+
+ * importer/Makefile.am: use correctly IDL flags.
+
2002-11-07 Chris Toshok <toshok@ximian.com>
* e-task-widget.c (impl_destroy): guard against multiple calls.
diff --git a/shell/importer/Makefile.am b/shell/importer/Makefile.am
index 6e08187e34..3865ec8a32 100644
--- a/shell/importer/Makefile.am
+++ b/shell/importer/Makefile.am
@@ -20,7 +20,7 @@ IDL_GENERATED = \
GNOME_Evolution_Importer-impl.o: GNOME_Evolution_Importer.h
$(IDL_GENERATED): $(IDLS)
- $(ORBIT_IDL) -I $(srcdir) -I $(datadir)/idl `$(GNOME_CONFIG) --cflags idl` \
+ $(ORBIT_IDL) -I $(srcdir) $(IDL_INCLUDES) \
$(srcdir)/GNOME_Evolution_Importer.idl
idldir = $(datadir)/idl