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/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libwombat/Makefile.am') 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