From 4501cd95efbce5f0f9392df36987c805a9f50597 Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Fri, 8 Nov 2002 10:57:11 +0000 Subject: use correctly IDL flags. 2002-11-08 Rodrigo Moya * importer/Makefile.am: use correctly IDL flags. svn path=/trunk/; revision=18665 --- shell/ChangeLog | 4 ++++ shell/importer/Makefile.am | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 + + * importer/Makefile.am: use correctly IDL flags. + 2002-11-07 Chris Toshok * 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 -- cgit