diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2003-10-10 04:55:15 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-10-10 04:55:15 +0800 |
commit | 5bce9a8c760d985a6294abd3724da0b33c7151a7 (patch) | |
tree | f363f8368f770163946a9dc0cae5746c93702a4a /wombat/Makefile.am | |
parent | 574ed950dad8a517ea0dc0ac9cbc0b364e26606e (diff) | |
download | gsoc2013-evolution-5bce9a8c760d985a6294abd3724da0b33c7151a7.tar.gz gsoc2013-evolution-5bce9a8c760d985a6294abd3724da0b33c7151a7.tar.zst gsoc2013-evolution-5bce9a8c760d985a6294abd3724da0b33c7151a7.zip |
INCLUDE path fixes for changes made to libical build.
2003-10-09 Jeffrey Stedfast <fejj@ximian.com>
* Makefile.am: INCLUDE path fixes for changes made to libical
build.
svn path=/trunk/; revision=22840
Diffstat (limited to 'wombat/Makefile.am')
-rw-r--r-- | wombat/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/wombat/Makefile.am b/wombat/Makefile.am index 0e2837bbeb..73c18e01ed 100644 --- a/wombat/Makefile.am +++ b/wombat/Makefile.am @@ -11,8 +11,7 @@ INCLUDES = \ -I$(top_srcdir)/calendar \ -I$(top_srcdir)/calendar \ -I$(top_builddir)/calendar \ - -I$(top_srcdir)/libical/src/libical \ - -I$(top_builddir)/libical/src/libical \ + -I$(top_srcdir)/libical/src \ -DEVOLUTION_LOCALEDIR=\""$(localedir)"\" \ $(WOMBAT_CFLAGS) |