From b4ac09c954e1a8e45c0d487841c8b49915756a0f Mon Sep 17 00:00:00 2001 From: Matt Bissiri Date: Sat, 11 Nov 2000 02:25:14 +0000 Subject: Regenerate the idl-generated files if composer idl changes. 2000-11-10 Matt Bissiri * component/Makefile.am: Regenerate the idl-generated files if composer idl changes. svn path=/trunk/; revision=6539 --- executive-summary/ChangeLog | 5 +++++ executive-summary/component/Makefile.am | 9 ++++++++- 2 files changed, 13 insertions(+), 1 deletion(-) (limited to 'executive-summary') diff --git a/executive-summary/ChangeLog b/executive-summary/ChangeLog index cd46827052..14ea0f33f5 100644 --- a/executive-summary/ChangeLog +++ b/executive-summary/ChangeLog @@ -1,3 +1,8 @@ +2000-11-10 Matt Bissiri + + * component/Makefile.am: Regenerate the idl-generated files + if composer idl changes. + 2000-11-03 Federico Mena Quintero * evolution-services/Makefile.am: Clean the idl-generated files diff --git a/executive-summary/component/Makefile.am b/executive-summary/component/Makefile.am index b580823455..937b58c8fa 100644 --- a/executive-summary/component/Makefile.am +++ b/executive-summary/component/Makefile.am @@ -31,7 +31,14 @@ COMPOSER_GENERATED = \ Composer-impl.o: Composer.h -$(COMPOSER_GENERATED): +selectnamesdir = $(top_srcdir)/addressbook/gui/component/select-names + +IDLS = \ + $(selectnamesdir)/Evolution-Addressbook-SelectNames.idl \ + $(top_srcdir)/composer/Evolution-Composer.idl \ + $(top_srcdir)/composer/Composer.idl + +$(COMPOSER_GENERATED): $(IDLS) $(ORBIT_IDL) -I $(srcdir) -I $(datadir)/idl `$(GNOME_CONFIG) --cflags idl` \ $(top_srcdir)/composer/Composer.idl -- cgit v1.2.3