diff options
author | Savio Sena <savio@expertisesolutions.com.br> | 2014-09-03 14:56:40 -0300 |
---|---|---|
committer | Savio Sena <savio@expertisesolutions.com.br> | 2014-09-12 15:28:11 -0300 |
commit | 4341c8a4373fbfeb1a1879b25ca4a496ae214d85 (patch) | |
tree | 9c8133b1e860deb0e696531d6967fb3240d68679 /doc | |
parent | e60d1ea1865135ef6e36d5649b7605c4974ffa6b (diff) | |
download | efl-4341c8a4373fbfeb1a1879b25ca4a496ae214d85.tar.gz |
autotools: Fix 'make distcheck'.
doc/preview/Makefile.am must include $(srcdir)/lib/efl/ to be able to
find Efl.h.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/previews/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/previews/Makefile.am b/doc/previews/Makefile.am index 230365634d..ac488d9431 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. \ |