diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2001-06-23 00:14:11 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2001-06-23 00:14:11 +0800 |
commit | d03a6e00ea6abef6b97479a8110374ee69cdd033 (patch) | |
tree | f733a2ffdd9846a2890109f1de4ff8c060fee028 | |
parent | 273ead43140dd463f4995766858942a36f5724f6 (diff) | |
download | gsoc2013-evolution-d03a6e00ea6abef6b97479a8110374ee69cdd033.tar gsoc2013-evolution-d03a6e00ea6abef6b97479a8110374ee69cdd033.tar.gz gsoc2013-evolution-d03a6e00ea6abef6b97479a8110374ee69cdd033.tar.bz2 gsoc2013-evolution-d03a6e00ea6abef6b97479a8110374ee69cdd033.tar.lz gsoc2013-evolution-d03a6e00ea6abef6b97479a8110374ee69cdd033.tar.xz gsoc2013-evolution-d03a6e00ea6abef6b97479a8110374ee69cdd033.tar.zst gsoc2013-evolution-d03a6e00ea6abef6b97479a8110374ee69cdd033.zip |
added $(ORBIT_IDL) as a dependency to the IDL files, so that the
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
svn path=/trunk/; revision=10397
-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 |