From 799d7f54fdd6bcbf6b73d95070e17b7455c94830 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Thu, 2 Mar 2000 00:09:45 +0000 Subject: Various building fixes. At least, now it builds for me. svn path=/trunk/; revision=2007 --- camel/providers/mbox/Makefile.am | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'camel/providers/mbox/Makefile.am') diff --git a/camel/providers/mbox/Makefile.am b/camel/providers/mbox/Makefile.am index 431ad054fa..e3234ce228 100644 --- a/camel/providers/mbox/Makefile.am +++ b/camel/providers/mbox/Makefile.am @@ -9,11 +9,15 @@ providerdir = $(pkglibdir)/camel-providers/$(VERSION) provider_LTLIBRARIES = libcamelmbox.la -INCLUDES = -I.. -I$(srcdir)/.. -I$(includedir) \ +INCLUDES = -I.. \ + -I$(srcdir)/.. \ + -I$(top_srcdir)/camel \ -I$(top_srcdir)/intl \ - $(GTK_INCLUDEDIR) -I$(top_srcdir)/camel \ -I$(top_srcdir)/libibex \ - -I$(top_srcdir)/e-util + -I$(top_srcdir)/e-util \ + -I$(top_srcdir) \ + -I$(includedir) \ + $(GTK_INCLUDEDIR) libcamelmbox_la_SOURCES = \ camel-mbox-folder.c \ -- cgit v1.2.3