aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@ximian.com>2001-10-23 01:10:14 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2001-10-23 01:10:14 +0800
commitc8c5e7d994767b657da0ab3229da09bd07e6b411 (patch)
treefad82b59a6333135aeb308797c9ec816ed4d494f
parentff55521bec80d0e26fde8d8dac2efa8da3bfb843 (diff)
downloadgsoc2013-evolution-c8c5e7d994767b657da0ab3229da09bd07e6b411.tar
gsoc2013-evolution-c8c5e7d994767b657da0ab3229da09bd07e6b411.tar.gz
gsoc2013-evolution-c8c5e7d994767b657da0ab3229da09bd07e6b411.tar.bz2
gsoc2013-evolution-c8c5e7d994767b657da0ab3229da09bd07e6b411.tar.lz
gsoc2013-evolution-c8c5e7d994767b657da0ab3229da09bd07e6b411.tar.xz
gsoc2013-evolution-c8c5e7d994767b657da0ab3229da09bd07e6b411.tar.zst
gsoc2013-evolution-c8c5e7d994767b657da0ab3229da09bd07e6b411.zip
added $GNOME_INCLUDEDIR to INCLUDES, needed for latest libgnome, which
2001-10-22 Rodrigo Moya <rodrigo@ximian.com> * Makefile.am: added $GNOME_INCLUDEDIR to INCLUDES, needed for latest libgnome, which install headers in $(prefix)/gnome-1.0 svn path=/trunk/; revision=13878
-rw-r--r--camel/ChangeLog5
-rw-r--r--camel/Makefile.am1
2 files changed, 6 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 6ab512a187..fdbdd06eba 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,8 @@
+2001-10-22 Rodrigo Moya <rodrigo@ximian.com>
+
+ * Makefile.am: added $GNOME_INCLUDEDIR to INCLUDES, needed for latest
+ libgnome, which install headers in $(prefix)/gnome-1.0
+
2001-10-21 Jeffrey Stedfast <fejj@ximian.com>
* camel-mime-part-utils.c
diff --git a/camel/Makefile.am b/camel/Makefile.am
index a360eb53f3..38c0cb12c9 100644
--- a/camel/Makefile.am
+++ b/camel/Makefile.am
@@ -14,6 +14,7 @@ INCLUDES = -I.. -I$(srcdir)/.. \
-I$(top_srcdir)/intl \
-I$(top_srcdir)/e-util \
$(CAMEL_CFLAGS) \
+ $(GNOME_INCLUDEDIR) \
$(KRB4_CFLAGS) \
$(NSPR_CFLAGS) \
$(NSS_CFLAGS) \