From bc9ac7db4c2046818cdc0769278c65e92039df75 Mon Sep 17 00:00:00 2001 From: Peter Williams Date: Thu, 3 Aug 2000 15:45:22 +0000 Subject: srcdir != builddir fix svn path=/trunk/; revision=4506 --- camel/ChangeLog | 5 +++++ camel/providers/nntp/Makefile.am | 1 + 2 files changed, 6 insertions(+) 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 + + * providers/nntp/Makefile.am (INCLUDES): Add -I$(top_srcdir) to + pull in libibex/ibex.h + 2000-08-02 Dan Winship * 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 \ -- cgit