diff options
Diffstat (limited to 'camel/providers')
-rw-r--r-- | camel/providers/pop3/Makefile.am | 9 | ||||
-rw-r--r-- | camel/providers/sendmail/Makefile.am | 6 | ||||
-rw-r--r-- | camel/providers/smtp/Makefile.am | 9 |
3 files changed, 19 insertions, 5 deletions
diff --git a/camel/providers/pop3/Makefile.am b/camel/providers/pop3/Makefile.am index c587983ffc..202320b3f0 100644 --- a/camel/providers/pop3/Makefile.am +++ b/camel/providers/pop3/Makefile.am @@ -8,9 +8,14 @@ providerdir = $(pkglibdir)/camel-providers/$(VERSION) provider_LTLIBRARIES = libcamelpop3.la -INCLUDES = -I.. -I$(srcdir)/.. -I$(includedir) \ +INCLUDES = \ + -I.. \ + -I$(srcdir)/.. \ + -I$(srcdir)/../../.. \ + -I$(includedir) \ -I$(top_srcdir)/intl \ - $(GTK_INCLUDEDIR) -I$(top_srcdir)/camel \ + $(GTK_INCLUDEDIR) \ + -I$(top_srcdir)/camel \ -I$(srcdir)/../mbox libcamelpop3_la_SOURCES = \ diff --git a/camel/providers/sendmail/Makefile.am b/camel/providers/sendmail/Makefile.am index aada24aee7..9c9c3f356b 100644 --- a/camel/providers/sendmail/Makefile.am +++ b/camel/providers/sendmail/Makefile.am @@ -9,7 +9,11 @@ providerdir = $(pkglibdir)/camel-providers/$(VERSION) provider_LTLIBRARIES = libcamelsendmail.la -INCLUDES = -I.. -I$(srcdir)/.. -I$(includedir) \ +INCLUDES = \ + -I.. \ + -I$(srcdir)/.. \ + -I$(srcdir)/../../.. \ + -I$(includedir) \ -I$(top_srcdir)/intl \ $(GTK_INCLUDEDIR) -I$(top_srcdir)/camel diff --git a/camel/providers/smtp/Makefile.am b/camel/providers/smtp/Makefile.am index 25ee71b3c0..dee3a50abb 100644 --- a/camel/providers/smtp/Makefile.am +++ b/camel/providers/smtp/Makefile.am @@ -8,9 +8,14 @@ providerdir = $(pkglibdir)/camel-providers/$(VERSION) provider_LTLIBRARIES = libcamelsmtp.la -INCLUDES = -I.. -I$(srcdir)/.. -I$(includedir) \ +INCLUDES = \ + -I.. \ + -I$(srcdir)/.. \ + -I$(srcdir)/../../.. \ + -I$(includedir) \ -I$(top_srcdir)/intl \ - $(GTK_INCLUDEDIR) -I$(top_srcdir)/camel + $(GTK_INCLUDEDIR) \ + -I$(top_srcdir)/camel libcamelsmtp_la_SOURCES = \ camel-smtp-provider.c \ |