aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--executive-summary/ChangeLog5
-rw-r--r--executive-summary/component/Makefile.am9
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
win2003-09-241-1/+1 * Update to 1.4.3krion2003-07-315-35/+31 * graphics/svgalib itself calls ldconfig.maho2003-07-311-2/+20 * Let be hohest: I really don't have a time now to properly maintain allsobomax2003-07-291-1/+1 * Remove unnecessary ## which caused the build to fail with gcc 3.3.des2003-07-291-0/+9 * Clear moonlight beckons.ade2003-03-072-1/+1 * Fix typo: ONLY_FOR_ARCH -> ONLY_FOR_ARCHS.sobomax2003-01-141-1/+1 * Fix damage done by replacing PERL into REINPLACE_CMD.edwin2002-11-051-2/+4 * PERL -> REINPLACEedwin2002-11-041-1/+2 * Mark as a ONLY_FOR_ARCH=i386.sobomax2002-05-171-0/+2 * Fix a breakage caused by changed chown semantics.sobomax2001-06-191-0/+14 * Fixes and cleanups:sobomax2000-10-029-93/+585 * Mark as BROKEN if OSVERSION < 400000 (3.* and downward not supported).sobomax2000-09-051-1/+7 * Properly name tty (use %x instead of %d to get device name).sobomax2000-09-021-3/+3 * Yet again improve keyboard support.sobomax2000-09-012-6/+34 * Improve FreeBSD support:sobomax2000-08-317-20/+526 * Add svgalib - a *native* port of well-knows Linux console graphics library.sobomax2000-08-25