diff options
Diffstat (limited to 'libwombat')
-rw-r--r-- | libwombat/ChangeLog | 6 | ||||
-rw-r--r-- | libwombat/Makefile.am | 2 |
2 files changed, 8 insertions, 0 deletions
diff --git a/libwombat/ChangeLog b/libwombat/ChangeLog index ecfad80bcd..f59e5b31e4 100644 --- a/libwombat/ChangeLog +++ b/libwombat/ChangeLog @@ -1,3 +1,9 @@ +2001-06-22 Rodrigo Moya <rodrigo@ximian.com> + + * Makefile.am: added $(ORBIT_IDL) as a dependency to the IDL + files, so that the skels/stubs are rebuilt if a new version of + ORBit has been installed + 2001-06-21 JP Rosevear <jpr@ximian.com> * Makefile.am: Add some includes diff --git a/libwombat/Makefile.am b/libwombat/Makefile.am index 52caffee60..96962fca76 100644 --- a/libwombat/Makefile.am +++ b/libwombat/Makefile.am @@ -11,6 +11,8 @@ IDL_GENERATED = \ wombat-skels.c \ wombat-stubs.c +$(IDLS): $(ORBIT_IDL) + $(IDL_GENERATED): $(IDLS) $(ORBIT_IDL) -I $(srcdir) -I $(datadir)/idl `$(GNOME_CONFIG) --cflags idl` \ $(top_builddir)/wombat/wombat.idl |