aboutsummaryrefslogtreecommitdiffstats
path: root/camel/Makefile.am
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-03-18 06:13:19 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-03-18 06:13:19 +0800
commitc768305c2f2203cf1fb9262a9f22b5a5f2dafebb (patch)
tree5de3ead4bf6368718e6d551e01955905295f6b63 /camel/Makefile.am
parent4c484d753682720b8152f44e1147fe2b48266812 (diff)
downloadgsoc2013-evolution-c768305c2f2203cf1fb9262a9f22b5a5f2dafebb.tar
gsoc2013-evolution-c768305c2f2203cf1fb9262a9f22b5a5f2dafebb.tar.gz
gsoc2013-evolution-c768305c2f2203cf1fb9262a9f22b5a5f2dafebb.tar.bz2
gsoc2013-evolution-c768305c2f2203cf1fb9262a9f22b5a5f2dafebb.tar.lz
gsoc2013-evolution-c768305c2f2203cf1fb9262a9f22b5a5f2dafebb.tar.xz
gsoc2013-evolution-c768305c2f2203cf1fb9262a9f22b5a5f2dafebb.tar.zst
gsoc2013-evolution-c768305c2f2203cf1fb9262a9f22b5a5f2dafebb.zip
Don't include system include dir.
2001-03-17 Jeffrey Stedfast <fejj@ximian.com> * Makefile.am: Don't include system include dir. * camel.c: Use quotes around the nss.h include so it doesn't try to use the systen nss.h file. * camel-tcp-stream-ssl.c: Same here. svn path=/trunk/; revision=8786
Diffstat (limited to 'camel/Makefile.am')
-rw-r--r--camel/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/Makefile.am b/camel/Makefile.am
index 8c77f7fad6..1b99bf9847 100644
--- a/camel/Makefile.am
+++ b/camel/Makefile.am
@@ -7,7 +7,7 @@ providerdir = $(libdir)/evolution/camel-providers/$(VERSION)
lib_LTLIBRARIES = libcamel.la
-INCLUDES = -I.. -I$(srcdir)/.. -I$(includedir) \
+INCLUDES = -I.. -I$(srcdir)/.. \
-I$(top_srcdir)/intl \
-I$(top_srcdir)/e-util \
$(GLIB_CFLAGS) \