From 4341c8a4373fbfeb1a1879b25ca4a496ae214d85 Mon Sep 17 00:00:00 2001 From: Savio Sena Date: Wed, 3 Sep 2014 14:56:40 -0300 Subject: [PATCH] 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. \ -- 2.7.4