summaryrefslogtreecommitdiff
path: root/Makefile_Eolian_Helper.am
diff options
context:
space:
mode:
authorDaniel Zaoui <daniel.zaoui@samsung.com>2014-03-19 08:34:16 +0200
committerDaniel Zaoui <daniel.zaoui@samsung.com>2014-03-19 08:34:16 +0200
commite9388ec92f578d7f0f745f7ecc7261bdafcf8e46 (patch)
tree33a25c75d568152e180f446a2a5827d765910657 /Makefile_Eolian_Helper.am
parent21424b4e824beab7bffe0c77796502725a01e355 (diff)
downloadelementary-e9388ec92f578d7f0f745f7ecc7261bdafcf8e46.tar.gz
Eolian: fix dependency for .eo.c/h files.
When Eolian generator is updated, the .eo.c/h files of Elementary must be regenerated.
Diffstat (limited to 'Makefile_Eolian_Helper.am')
-rw-r--r--Makefile_Eolian_Helper.am7
1 files changed, 1 insertions, 6 deletions
diff --git a/Makefile_Eolian_Helper.am b/Makefile_Eolian_Helper.am
index 6106379c1..a72709650 100644
--- a/Makefile_Eolian_Helper.am
+++ b/Makefile_Eolian_Helper.am
@@ -1,10 +1,5 @@
-if HAVE_EOLIAN_GEN
EOLIAN_GEN = @eolian_gen@
-_EOLIAN_GEN_DEP =
-else
-EOLIAN_GEN = EFL_RUN_IN_TREE=1 $(top_builddir)/src/bin/eolian/eolian_gen${EXEEXT}
-_EOLIAN_GEN_DEP = bin/eolian/eolian_gen${EXEEXT}
-endif
+_EOLIAN_GEN_DEP = @eolian_gen@
AM_V_EOL = $(am__v_EOL_@AM_V@)
am__v_EOL_ = $(am__v_EOL_@AM_DEFAULT_V@)