From: Savio Sena Date: Wed, 3 Sep 2014 17:56:40 +0000 (-0300) Subject: autotools: Fix 'make distcheck'. X-Git-Tag: v1.12.0-alpha1~354 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4341c8a4373fbfeb1a1879b25ca4a496ae214d85;p=platform%2Fupstream%2Fefl.git autotools: Fix 'make distcheck'. doc/preview/Makefile.am must include $(srcdir)/lib/efl/ to be able to find Efl.h. --- 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. \