cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=58e241b01b6aa78e6e58dd8969bc6039372c6f69
commit 58e241b01b6aa78e6e58dd8969bc6039372c6f69 Author: Cedric BAIL <[email protected]> Date: Tue Sep 9 12:27:07 2014 +0200 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 03f6159..2303656 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 \ --
