cedric pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=77421cde47adfde284d0a45bf05cd52ba034a53a

commit 77421cde47adfde284d0a45bf05cd52ba034a53a
Author: Cedric BAIL <ced...@osg.samsung.com>
Date:   Thu Mar 24 14:54:35 2016 -0700

    elementary: fix directory discovery to properly locate your theme.
---
 src/Makefile_Elementary.am | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/Makefile_Elementary.am b/src/Makefile_Elementary.am
index a3e89c1..83cb2ae 100644
--- a/src/Makefile_Elementary.am
+++ b/src/Makefile_Elementary.am
@@ -635,9 +635,10 @@ lib_elementary_libelementary_la_CPPFLAGS = \
 -I$(top_srcdir)/src/static_libs/ \
 -I$(top_srcdir)/src/lib/elementary \
 -I$(top_builddir)/src/lib/elementary \
--DPACKAGE_DATA_DIR=\"$(pkgdatadir)\" \
--DLOCALE_DIR=\"$(localedir)\" \
+-DPACKAGE_DATA_DIR=\"$(datadir)/elementary\" \
+-DPACKAGE_BIN_DIR=\"$(bindir)\" \
 -DPACKAGE_LIB_DIR=\"$(libdir)\" \
+-DLOCALE_DIR=\"$(localedir)\" \
 -DICON_DIR=\"$(datadir)/icons\" \
 -DELM_TOP_BUILD_DIR=\"$(top_builddir)\" \
 -DELEMENTARY_BUILD \

-- 


Reply via email to