Mercurial > MadButterfly
diff nodejs/Makefile.am @ 577:d561b2415711
move built nodejs plugin to objs/ subdirectory
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Wed, 16 Jun 2010 20:25:06 +0800 |
parents | 97159102f886 |
children | 4f7b4ff31c0c |
line wrap: on
line diff
--- a/nodejs/Makefile.am Fri Jun 11 01:21:10 2010 +0800 +++ b/nodejs/Makefile.am Wed Jun 16 20:25:06 2010 +0800 @@ -16,8 +16,8 @@ CXXFLAGS="$(mbfly_node_CFLAGS)" \ LDFLAGS="$(mbfly_node_LDFLAGS)" \ TOP_BUILDDIR="$(abs_top_builddir)" \ - WAFLOCK=$(abs_builddir)/.lock-wscript \ - $(NODE_WAF) configure build --blddir=$(abs_builddir) + WAFLOCK=$(abs_builddir)/objs/.lock-wscript \ + $(NODE_WAF) configure build --blddir=$(abs_builddir)/objs clean-mbfly-node: cd $(srcdir); \