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/component/Makefile.am | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'executive-summary/component/Makefile.am') 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