From 58e241b01b6aa78e6e58dd8969bc6039372c6f69 Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Tue, 9 Sep 2014 12:27:07 +0200 Subject: [PATCH] autotools: We now have some headers in lib/efl that are not autogenerated. --- doc/previews/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/previews/Makefile.am b/doc/previews/Makefile.am index 03f6159bcb..230365634d 100644 --- a/doc/previews/Makefile.am +++ b/doc/previews/Makefile.am @@ -5,6 +5,7 @@ if EFL_BUILD_DOC AM_CPPFLAGS = \ -I$(top_builddir)/src/lib/efl \ +-I$(top_srcdir)/src/lib/efl \ -I. \ -I$(builddir) \ -I$(top_srcdir)/src/lib/evil \