From b3674f3251710338c488a29f1da6ea7e842c92a1 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Tue, 25 Apr 2000 19:54:44 +0000 Subject: The Joy of Broken Makefiles Part #3. svn path=/trunk/; revision=2614 --- calendar/pcs/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'calendar/pcs/Makefile.am') diff --git a/calendar/pcs/Makefile.am b/calendar/pcs/Makefile.am index 11aba079cb..b9ea5fecd0 100644 --- a/calendar/pcs/Makefile.am +++ b/calendar/pcs/Makefile.am @@ -3,7 +3,7 @@ INCLUDES = \ -I$(top_srcdir) \ -I$(top_srcdir)/calendar \ -I$(top_srcdir)/libical/src/libical \ - $(GNOME_INCLUDEDIR) \ + $(BONOBO_GNOME_CFLAGS) \ -DGNOMELOCALEDIR=\""$(datadir)/locale"\" CORBA_GENERATED = \ @@ -15,7 +15,7 @@ CORBA_GENERATED = \ idls = \ $(srcdir)/../idl/evolution-calendar.idl -idl_flags = `$(GNOME_CONFIG) --cflags idl` +idl_flags = `$(GNOME_CONFIG) --cflags idl` -I $(datadir)/idl $(CORBA_GENERATED): $(idls) $(ORBIT_IDL) $(idl_flags) $(srcdir)/../idl/evolution-calendar.idl -- cgit v1.2.3