diff options
author | Mathieu Lacage <mathieu@src.gnome.org> | 2000-08-20 05:21:19 +0800 |
---|---|---|
committer | Mathieu Lacage <mathieu@src.gnome.org> | 2000-08-20 05:21:19 +0800 |
commit | b6b74abb6c1e3ffe907a3a647008e5e21141d175 (patch) | |
tree | 623615e2fce43ea4c07c053e9a127dafd3e274a2 | |
parent | 07a85bf040066a791b2a905508622aee98e6b612 (diff) | |
download | gsoc2013-evolution-b6b74abb6c1e3ffe907a3a647008e5e21141d175.tar gsoc2013-evolution-b6b74abb6c1e3ffe907a3a647008e5e21141d175.tar.gz gsoc2013-evolution-b6b74abb6c1e3ffe907a3a647008e5e21141d175.tar.bz2 gsoc2013-evolution-b6b74abb6c1e3ffe907a3a647008e5e21141d175.tar.lz gsoc2013-evolution-b6b74abb6c1e3ffe907a3a647008e5e21141d175.tar.xz gsoc2013-evolution-b6b74abb6c1e3ffe907a3a647008e5e21141d175.tar.zst gsoc2013-evolution-b6b74abb6c1e3ffe907a3a647008e5e21141d175.zip |
fix for compiling with bonobo in stange prefix.
svn path=/trunk/; revision=4879
-rw-r--r-- | shell/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am index e94b6fc4e1..4bb70634e8 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -35,7 +35,7 @@ IDL_GENERATED = \ Evolution-impl.o: Evolution.h $(IDL_GENERATED): $(IDLS) - $(ORBIT_IDL) -I$(datadir)/idl -I`$(GNOME_CONFIG) --datadir`/idl \ + $(ORBIT_IDL) -I$(datadir)/idl `$(GNOME_CONFIG) --cflags idl` \ -I$(srcdir) $(srcdir)/Evolution.idl # Shell library |