diff options
author | Matt Bissiri <bissiri@eecs.umich.edu> | 2000-11-11 10:25:14 +0800 |
---|---|---|
committer | Matt Bissiri <bissiri@src.gnome.org> | 2000-11-11 10:25:14 +0800 |
commit | b4ac09c954e1a8e45c0d487841c8b49915756a0f (patch) | |
tree | 8411f0f07a401c85dcc90f58eae1502162e98d06 | |
parent | 977338752bf5bba40472862677fff1d7eca2a1ea (diff) | |
download | gsoc2013-evolution-b4ac09c954e1a8e45c0d487841c8b49915756a0f.tar gsoc2013-evolution-b4ac09c954e1a8e45c0d487841c8b49915756a0f.tar.gz gsoc2013-evolution-b4ac09c954e1a8e45c0d487841c8b49915756a0f.tar.bz2 gsoc2013-evolution-b4ac09c954e1a8e45c0d487841c8b49915756a0f.tar.lz gsoc2013-evolution-b4ac09c954e1a8e45c0d487841c8b49915756a0f.tar.xz gsoc2013-evolution-b4ac09c954e1a8e45c0d487841c8b49915756a0f.tar.zst gsoc2013-evolution-b4ac09c954e1a8e45c0d487841c8b49915756a0f.zip |
Regenerate the idl-generated files if composer idl changes.
2000-11-10 Matt Bissiri <bissiri@eecs.umich.edu>
* component/Makefile.am: Regenerate the idl-generated files
if composer idl changes.
svn path=/trunk/; revision=6539
-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 |