diff options
Diffstat (limited to 'mail/importers/Makefile.am')
-rw-r--r-- | mail/importers/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/importers/Makefile.am b/mail/importers/Makefile.am index 19499a612c..885198107e 100644 --- a/mail/importers/Makefile.am +++ b/mail/importers/Makefile.am @@ -5,7 +5,9 @@ endif privsolib_LTLIBRARIES = libevolution-mail-importers.la -AM_CPPFLAGS = -I.. \ +libevolution_mail_importers_la_CPPFLAGS = \ + $(AM_CPPFLAGS) \ + -I.. \ -I$(srcdir)/.. \ -I$(top_srcdir) \ -I$(top_srcdir)/widgets \ |