From b6b74abb6c1e3ffe907a3a647008e5e21141d175 Mon Sep 17 00:00:00 2001 From: Mathieu Lacage Date: Sat, 19 Aug 2000 21:21:19 +0000 Subject: fix for compiling with bonobo in stange prefix. svn path=/trunk/; revision=4879 --- shell/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3