aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathieu Lacage <mathieu@src.gnome.org>2000-08-20 05:21:19 +0800
committerMathieu Lacage <mathieu@src.gnome.org>2000-08-20 05:21:19 +0800
commitb6b74abb6c1e3ffe907a3a647008e5e21141d175 (patch)
tree623615e2fce43ea4c07c053e9a127dafd3e274a2
parent07a85bf040066a791b2a905508622aee98e6b612 (diff)
downloadgsoc2013-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.am2
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