savio pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=4341c8a4373fbfeb1a1879b25ca4a496ae214d85

commit 4341c8a4373fbfeb1a1879b25ca4a496ae214d85
Author: Savio Sena <sa...@expertisesolutions.com.br>
Date:   Wed Sep 3 14:56:40 2014 -0300

    autotools: Fix 'make distcheck'.
    
    doc/preview/Makefile.am must include $(srcdir)/lib/efl/ to be able to
    find Efl.h.
---
 doc/previews/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/doc/previews/Makefile.am b/doc/previews/Makefile.am
index 2303656..ac488d9 100644
--- a/doc/previews/Makefile.am
+++ b/doc/previews/Makefile.am
@@ -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. \

-- 


Reply via email to