diff options
-rw-r--r-- | executive-summary/ChangeLog | 5 | ||||
-rw-r--r-- | executive-summary/component/Makefile.am | 9 |
2 files changed, 13 insertions, 1 deletions
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 <bissiri@eecs.umich.edu> + + * component/Makefile.am: Regenerate the idl-generated files + if composer idl changes. + 2000-11-03 Federico Mena Quintero <federico@helixcode.com> * 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 |