discomfitor pushed a commit to branch master.

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

commit d45b7013fe38129aad31bf9d3d3311f056229c48
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Mon Dec 8 15:23:43 2014 -0500

    build fix for elua binary when using -jX
    
    libtool: link: cannot find the library `lib/elua/libelua.la' or unhandled 
argument `lib/elua/libelua.la'
    make[2]: *** [bin/elua/elua] Error 1
---
 src/Makefile_Elua.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Makefile_Elua.am b/src/Makefile_Elua.am
index e3d0e92..0856d23 100644
--- a/src/Makefile_Elua.am
+++ b/src/Makefile_Elua.am
@@ -43,7 +43,7 @@ bin_elua_elua_LDADD = -L$(top_builddir)/src/lib/evil 
@ELUA_LIBS@ @USE_ELUA_LIBS@
 else
 bin_elua_elua_LDADD = @ELUA_LIBS@ @USE_ELUA_LIBS@
 endif
-bin_elua_elua_DEPENDENCIES = @ELUA_INTERNAL_LIBS@
+bin_elua_elua_DEPENDENCIES = @ELUA_INTERNAL_LIBS@ lib/elua/libelua.la
 
 ### Helper for other modules using Elua
 include Makefile_Elua_Helper.am

-- 


Reply via email to