aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--executive-summary/ChangeLog5
-rw-r--r--executive-summary/evolution-services/Makefile.am5
2 files changed, 10 insertions, 0 deletions
diff --git a/executive-summary/ChangeLog b/executive-summary/ChangeLog
index fe5e4cb314..a6a1be57b1 100644
--- a/executive-summary/ChangeLog
+++ b/executive-summary/ChangeLog
@@ -1,3 +1,8 @@
+2000-10-10 Jacob "Ulysses" Berkman <jacob@helixcode.com>
+
+ * evolution-services/Makefile.am (IDLS): make the built sources
+ depend on the idl files
+
2000-10-09 Iain Holmes <iain@helixcode.com>
* idl/SummaryComponent.idl: Added an icon parameter to the
diff --git a/executive-summary/evolution-services/Makefile.am b/executive-summary/evolution-services/Makefile.am
index 5cc622063d..50ad203294 100644
--- a/executive-summary/evolution-services/Makefile.am
+++ b/executive-summary/evolution-services/Makefile.am
@@ -25,6 +25,11 @@ IDL_GENERATED = \
Executive-Summary-impl.o: Executive-Summary.h
+IDLS = \
+ $(srcdir)/../idl/Executive-Summary.idl \
+ $(srcdir)/../idl/Summary.idl \
+ $(srcdir)/../idl/SummaryComponent.idl
+
$(IDL_GENERATED): $(IDLS)
$(ORBIT_IDL) -I $(datadir)/idl `$(GNOME_CONFIG) --cflags idl` \
-I$(srcdir) $(srcdir)/../idl/Executive-Summary.idl