aboutsummaryrefslogtreecommitdiffstats
path: root/executive-summary
diff options
context:
space:
mode:
authorJacob "Ulysses" Berkman <jacob@helixcode.com>2000-10-11 00:52:35 +0800
committerJacob Berkman <jberkman@src.gnome.org>2000-10-11 00:52:35 +0800
commitf004642c3b8066d272957206c0ad7d8fdb963432 (patch)
tree267fe73ccbc8c41412b26e34667d9e719c5325c6 /executive-summary
parent989c7289b6aa4f19dacf4b278c387f114f647155 (diff)
downloadgsoc2013-evolution-f004642c3b8066d272957206c0ad7d8fdb963432.tar
gsoc2013-evolution-f004642c3b8066d272957206c0ad7d8fdb963432.tar.gz
gsoc2013-evolution-f004642c3b8066d272957206c0ad7d8fdb963432.tar.bz2
gsoc2013-evolution-f004642c3b8066d272957206c0ad7d8fdb963432.tar.lz
gsoc2013-evolution-f004642c3b8066d272957206c0ad7d8fdb963432.tar.xz
gsoc2013-evolution-f004642c3b8066d272957206c0ad7d8fdb963432.tar.zst
gsoc2013-evolution-f004642c3b8066d272957206c0ad7d8fdb963432.zip
make the built sources depend on the idl files
2000-10-10 Jacob "Ulysses" Berkman <jacob@helixcode.com> * evolution-services/Makefile.am (IDLS): make the built sources depend on the idl files svn path=/trunk/; revision=5818
Diffstat (limited to 'executive-summary')
-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