From: Anthony Minessale Date: Tue, 17 Feb 2009 16:44:57 +0000 (+0000) Subject: add make target X-Git-Tag: v1.0.3~62 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83ceb3e862572404b9f4a49b4b807b54e4f83d6b;p=thirdparty%2Ffreeswitch.git add make target git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12099 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/libs/esl/Makefile b/libs/esl/Makefile index 254b3dec92..52a5f37469 100644 --- a/libs/esl/Makefile +++ b/libs/esl/Makefile @@ -75,4 +75,4 @@ rubymod: $(MYLIB) make MYLIB="../$(MYLIB)" SOLINK="$(SOLINK)" CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" CXX_CFLAGS="$(CXX_CFLAGS)" -C ruby - +everymod: perlmod phpmod luamod pymod rubymod