From 5bce9a8c760d985a6294abd3724da0b33c7151a7 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Thu, 9 Oct 2003 20:55:15 +0000 Subject: INCLUDE path fixes for changes made to libical build. 2003-10-09 Jeffrey Stedfast * Makefile.am: INCLUDE path fixes for changes made to libical build. svn path=/trunk/; revision=22840 --- shell/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'shell/Makefile.am') diff --git a/shell/Makefile.am b/shell/Makefile.am index 1631ccdef0..097e8a8c87 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -5,8 +5,7 @@ INCLUDES = \ -DBONOBO_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED \ -I$(top_srcdir)/widgets \ -I$(top_srcdir)/widgets/misc \ - -I$(top_srcdir)/libical/src/libical \ - -I$(top_builddir)/libical/src/libical \ + -I$(top_srcdir)/libical/src \ -I$(top_srcdir) \ -DEVOLUTION_IMAGES=\""$(imagesdir)"\" \ -DEVOLUTION_LOCALEDIR=\""$(localedir)"\" \ -- cgit v1.2.3