diff options
Diffstat (limited to 'importers/Makefile.am')
-rw-r--r-- | importers/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/importers/Makefile.am b/importers/Makefile.am index 8ba389df41..3df473c6d4 100644 --- a/importers/Makefile.am +++ b/importers/Makefile.am @@ -10,7 +10,8 @@ INCLUDES = \ -I$(top_srcdir) \ -I$(top_builddir)/shell \ -I$(top_srcdir)/shell \ - -I$(top_srcdir)/addressbook/backend/ebook \ + -I$(top_srcdir)/addressbook/backend \ + -I$(top_builddir)/addressbook/backend \ $(IMPORTERS_CFLAGS) IDLS = \ |