aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--camel/ChangeLog5
-rw-r--r--camel/providers/nntp/Makefile.am1
2 files changed, 6 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 48037809e3..0a2d75df5e 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,8 @@
+2000-08-03 Peter Williams <peterw@helixcode.com>
+
+ * providers/nntp/Makefile.am (INCLUDES): Add -I$(top_srcdir) to
+ pull in libibex/ibex.h
+
2000-08-02 Dan Winship <danw@helixcode.com>
* providers/MH: Kill this. It doesn't have any code to do anything
diff --git a/camel/providers/nntp/Makefile.am b/camel/providers/nntp/Makefile.am
index 13db1371ca..6e3a4272a6 100644
--- a/camel/providers/nntp/Makefile.am
+++ b/camel/providers/nntp/Makefile.am
@@ -8,6 +8,7 @@ provider_LTLIBRARIES = libcamelnntp.la
provider_DATA = libcamelnntp.urls
INCLUDES = -I.. -I$(srcdir)/.. -I$(includedir) \
+ -I$(top_srcdir) \
-I$(top_srcdir)/intl \
$(GTK_INCLUDEDIR) -I$(top_srcdir)/camel \
-I$(srcdir)/../mbox \