autotools: Fix 'make distcheck'.

doc/preview/Makefile.am must include $(srcdir)/lib/efl/ to be able to
find Efl.h.
This commit is contained in:
Savio Sena 2014-09-03 14:56:40 -03:00
parent e60d1ea186
commit 4341c8a437
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ if EFL_BUILD_DOC
.PHONY: doc
AM_CPPFLAGS = \
-I$(top_srcdir)/src/lib/efl \
-I$(top_builddir)/src/lib/efl \
-I$(top_srcdir)/src/lib/efl \
-I. \