diff options
Diffstat (limited to 'executive-summary/component/Makefile.am')
-rw-r--r-- | executive-summary/component/Makefile.am | 9 |
1 files changed, 8 insertions, 1 deletions
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 |