diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2002-11-05 06:15:04 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2002-11-05 06:15:04 +0800 |
commit | 877e911cdf220fa6dde24df147b9e8843c42fae9 (patch) | |
tree | 6f9eb4a02513076faa00b9b2a14baf5c9d271cbb /libwombat/Makefile.am | |
parent | 4cd8e78e09223d606ad564aa472339d683a5314f (diff) | |
download | gsoc2013-evolution-877e911cdf220fa6dde24df147b9e8843c42fae9.tar gsoc2013-evolution-877e911cdf220fa6dde24df147b9e8843c42fae9.tar.gz gsoc2013-evolution-877e911cdf220fa6dde24df147b9e8843c42fae9.tar.bz2 gsoc2013-evolution-877e911cdf220fa6dde24df147b9e8843c42fae9.tar.lz gsoc2013-evolution-877e911cdf220fa6dde24df147b9e8843c42fae9.tar.xz gsoc2013-evolution-877e911cdf220fa6dde24df147b9e8843c42fae9.tar.zst gsoc2013-evolution-877e911cdf220fa6dde24df147b9e8843c42fae9.zip |
fixed flags for $(ORBIT_IDL).
2002-11-04 Rodrigo Moya <rodrigo@ximian.com>
* Makefile.am: fixed flags for $(ORBIT_IDL).
* wombat-client.[ch]: converted to BonoboObject.
svn path=/trunk/; revision=18537
Diffstat (limited to 'libwombat/Makefile.am')
-rw-r--r-- | libwombat/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libwombat/Makefile.am b/libwombat/Makefile.am index 877fada9bc..24e2243d4b 100644 --- a/libwombat/Makefile.am +++ b/libwombat/Makefile.am @@ -12,7 +12,7 @@ IDL_GENERATED = \ $(IDLS): $(ORBIT_IDL) $(IDL_GENERATED): $(IDLS) - $(ORBIT_IDL) -I $(srcdir) -I $(datadir)/idl `$(GNOME_CONFIG) --cflags idl` \ + $(ORBIT_IDL) -I $(srcdir) -I $(datadir)/idl $(IDL_INCLUDES) \ $(top_srcdir)/wombat/Evolution-Wombat.idl # Wombat library |