summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCedric Bail <cedric.bail@samsung.com>2013-11-28 16:32:29 +0900
committerCedric Bail <cedric.bail@samsung.com>2013-11-28 16:33:32 +0900
commit5e3d934302e08e34c907673cd8280a32b753fbec (patch)
treee2a24d9ab489b0dc83feec2e5ca9c90db5901be0
parent7acdb30f951566599b4c02f1c9dfd68f88abef3f (diff)
downloadefl-5e3d934302e08e34c907673cd8280a32b753fbec.tar.gz
edje: correctly setup PATH and install Edje file as they are needed by examples.
This will fix T61.
-rw-r--r--src/examples/edje/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/examples/edje/Makefile.am b/src/examples/edje/Makefile.am
index bda5f45486..49d7df8c73 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 \