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/providers/nntp/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'camel/providers/nntp') 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