autotools: Fix 'make distcheck'.
authorSavio Sena <savio@expertisesolutions.com.br>
Wed, 3 Sep 2014 17:56:40 +0000 (14:56 -0300)
committerSavio Sena <savio@expertisesolutions.com.br>
Fri, 12 Sep 2014 18:28:11 +0000 (15:28 -0300)
doc/preview/Makefile.am must include $(srcdir)/lib/efl/ to be able to
find Efl.h.

doc/previews/Makefile.am

index 2303656..ac488d9 100644 (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. \