From 6d9d18b7ad7e6bf4b4ea1d22f3933db43ad6aeb5 Mon Sep 17 00:00:00 2001 From: Hans Petter Jansson Date: Thu, 23 Dec 2004 07:02:17 +0000 Subject: Remove select-names from here. 2004-12-23 Hans Petter Jansson * Makefile.am (selectnamesdir) (IDL_GENERATED) (INCLUDES): Remove select-names from here. * Composer.idl: Remove Evolution-Addressbook-SelectNames.idl include. svn path=/trunk/; revision=28190 --- composer/ChangeLog | 8 ++++++++ composer/Composer.idl | 1 - composer/Makefile.am | 7 ++----- 3 files changed, 10 insertions(+), 6 deletions(-) (limited to 'composer') diff --git a/composer/ChangeLog b/composer/ChangeLog index a6b931380e..a310f095dc 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,11 @@ +2004-12-23 Hans Petter Jansson + + * Makefile.am (selectnamesdir) + (IDL_GENERATED) + (INCLUDES): Remove select-names from here. + + * Composer.idl: Remove Evolution-Addressbook-SelectNames.idl include. + 2004-12-22 Hans Petter Jansson * e-msg-composer-hdrs.c (addressbook_dialog_response) diff --git a/composer/Composer.idl b/composer/Composer.idl index a6cb35c037..0f2e47e517 100644 --- a/composer/Composer.idl +++ b/composer/Composer.idl @@ -1,4 +1,3 @@ /* -*- Mode: IDL; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ -#include #include diff --git a/composer/Makefile.am b/composer/Makefile.am index aee419abf9..4d536dc95e 100644 --- a/composer/Makefile.am +++ b/composer/Makefile.am @@ -16,11 +16,9 @@ HTML_EDITOR_GENERATED = \ Editor-skels.c \ Editor-stubs.c -selectnamesdir = $(top_srcdir)/addressbook/gui/component/select-names - -$(IDL_GENERATED): $(IDLS) $(selectnamesdir)/Evolution-Addressbook-SelectNames.idl +$(IDL_GENERATED): $(IDLS) $(ORBIT_IDL) -I $(srcdir) -I $(datadir)/idl $(IDL_INCLUDES) \ - -I $(selectnamesdir) $(srcdir)/Composer.idl + $(srcdir)/Composer.idl Editor-commmon.c: $(GTKHTML_DATADIR)/Editor.idl @@ -53,7 +51,6 @@ INCLUDES = \ -I$(top_builddir)/camel \ -I$(top_srcdir)/addressbook/backend \ -I$(top_builddir)/addressbook/backend \ - -I$(top_builddir)/addressbook/gui/component/select-names \ -I$(top_builddir)/shell \ -I$(top_srcdir)/shell \ -DEVOLUTION_DATADIR=\"$(datadir)\" \ -- cgit