elua: helper makefile typo fix
authorDaniel Kolesa <d.kolesa@samsung.com>
Mon, 16 Jun 2014 08:46:41 +0000 (09:46 +0100)
committerDaniel Kolesa <d.kolesa@samsung.com>
Mon, 16 Jun 2014 08:46:41 +0000 (09:46 +0100)
src/Makefile_Elua_Helper.am

index 2ea83a2..c6df15e 100644 (file)
@@ -2,7 +2,7 @@ if HAVE_ELUA_BIN
 ELUA_GEN = @elua_bin@
 _ELUA_GEN_DEP = @elua_bin@
 else
-ELUA_GEN = EFL_RUN_IN_TREE=1 $(top_builddir)/src/bin/elua/elua{EXEEXT}
+ELUA_GEN = EFL_RUN_IN_TREE=1 $(top_builddir)/src/bin/elua/elua${EXEEXT}
 _ELUA_GEN_DEP = bin/elua/elua${EXEEXT}
 endif