cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=5e3d934302e08e34c907673cd8280a32b753fbec
commit 5e3d934302e08e34c907673cd8280a32b753fbec Author: Cedric Bail <[email protected]> Date: Thu Nov 28 16:32:29 2013 +0900 edje: correctly setup PATH and install Edje file as they are needed by examples. This will fix T61. --- src/examples/edje/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/examples/edje/Makefile.am b/src/examples/edje/Makefile.am index bda5f45..49d7df8 100644 --- a/src/examples/edje/Makefile.am +++ b/src/examples/edje/Makefile.am @@ -131,7 +131,7 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/src/lib/edje/include \ -DPACKAGE_BIN_DIR=\"$(bindir)\" \ -DPACKAGE_LIB_DIR=\"$(libdir)\" \ --DPACKAGE_DATA_DIR=\"$(datadir)/edje\" \ +-DPACKAGE_DATA_DIR=\"$(datadir)/edje/examples\" \ @EDJE_CFLAGS@ CODEGEN_GENERATED = \ @@ -197,9 +197,9 @@ examples: $(EXTRA_PROGRAMS) $(EDJS) clean-local: rm -f $(EXTRA_PROGRAMS) $(EDJS) $(CODEGEN_GENERATED) -install-examples: +install-examples: $(EDJS) mkdir -p $(datadir)/edje/examples - $(install_sh_DATA) -c $(SRCS) $(DIST_EDCS) $(DATA_FILES) $(datadir)/edje/examples + $(install_sh_DATA) -c $(SRCS) $(EDJS) $(DIST_EDCS) $(DATA_FILES) $(datadir)/edje/examples uninstall-local: for f in $(SRCS) $(DIST_EDCS) $(DATA_FILES); do \ --
