From d03a6e00ea6abef6b97479a8110374ee69cdd033 Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Fri, 22 Jun 2001 16:14:11 +0000 Subject: added $(ORBIT_IDL) as a dependency to the IDL files, so that the 2001-06-22 Rodrigo Moya * 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 svn path=/trunk/; revision=10397 --- libwombat/ChangeLog | 6 ++++++ libwombat/Makefile.am | 2 ++ 2 files changed, 8 insertions(+) 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 + + * 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 * 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 -- cgit v1.2.3