Module: sip-router Branch: master Commit: 566fe1eaefaf9db7586438f19e9a1e82d7bcfac7 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=566fe1ea...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: Thu May 31 16:34:50 2012 +0200
app_lua: set libm dependency before internal SER_LIBS var
---
modules/app_lua/Makefile | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/modules/app_lua/Makefile b/modules/app_lua/Makefile index 11e29a8..17e975e 100644 --- a/modules/app_lua/Makefile +++ b/modules/app_lua/Makefile @@ -1,6 +1,4 @@ -# $Id: Makefile 2 2005-06-13 16:47:24Z bogdan_iancu $ -# -# print example module makefile +# $Id$ # # # WARNING: do not run this directly, it should be run by the master Makefile @@ -47,10 +45,10 @@ else LIBS = $(shell lua-config --libs) endif
+LIBS+=-lm DEFS+=-DOPENSER_MOD_INTERFACE
SERLIBPATH=../../lib SER_LIBS+=$(SERLIBPATH)/kcore/kcore -LIBS+=-lm
include ../../Makefile.modules