From 8300a32838c644bb1878533646658cd0ebd1dd8c Mon Sep 17 00:00:00 2001 From: Jan Steemann Date: Mon, 2 Jul 2012 17:52:06 +0200 Subject: [PATCH] fixed creation of mruby target directories --- Makefile.am | 5 +---- Makefile.in | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/Makefile.am b/Makefile.am index ac59e2835a..13d53b037d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -215,10 +215,7 @@ nobase_pkgdata_DATA = \ if ENABLE_MRUBY nobase_pkgdata_DATA += \ - $(shell find @srcdir@/js/actions/system -name "*.rb" -print) \ - $(shell find @srcdir@/js/common/modules -name "*.rb" -print) \ - $(shell find @srcdir@/js/server/modules -name "*.rb" -print) \ - $(shell find @srcdir@/js/client/modules -name "*.rb" -print) + $(shell find @srcdir@/mr/actions/system -name "*.rb" -print) endif diff --git a/Makefile.in b/Makefile.in index 20fd520ced..7d3f2105cd 100644 --- a/Makefile.in +++ b/Makefile.in @@ -228,10 +228,7 @@ noinst_PROGRAMS = $(am__EXEEXT_2) $(am__EXEEXT_3) @ENABLE_MRUBY_TRUE@am__append_6 = lib/libarango_mruby.a @ENABLE_MRUBY_TRUE@am__append_7 = bin/arangoirb @ENABLE_MRUBY_TRUE@am__append_8 = \ -@ENABLE_MRUBY_TRUE@ $(shell find @srcdir@/js/actions/system -name "*.rb" -print) \ -@ENABLE_MRUBY_TRUE@ $(shell find @srcdir@/js/common/modules -name "*.rb" -print) \ -@ENABLE_MRUBY_TRUE@ $(shell find @srcdir@/js/server/modules -name "*.rb" -print) \ -@ENABLE_MRUBY_TRUE@ $(shell find @srcdir@/js/client/modules -name "*.rb" -print) +@ENABLE_MRUBY_TRUE@ $(shell find @srcdir@/mr/actions/system -name "*.rb" -print) DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \ $(srcdir)/Makefile.files $(srcdir)/Makefile.in \