From c7c02a4bfc6c771a23ba62a162fe7ed2bd7c59a4 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Andre Date: Thu, 14 Jan 2016 11:38:27 +0900 Subject: [PATCH] Examples: Fix compilation of elocation ex (out of tree) --- elocation/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/elocation/Makefile.am b/elocation/Makefile.am index 03d73391..89982124 100644 --- a/elocation/Makefile.am +++ b/elocation/Makefile.am @@ -2,6 +2,7 @@ MAINTAINERCLEANFILES = Makefile.in AM_CPPFLAGS = \ -I$(top_builddir)/src/lib/efl \ +-I$(top_srcdir)/src/lib/efl \ -I$(top_srcdir)/src/lib/eina \ -I$(top_srcdir)/src/lib/eo \ -I$(top_srcdir)/src/lib/ecore \