Module: sip-router
Branch: tmp/k3.0_sr_backports
Commit: 31c459fad4f94aeb6d0cb5519ff1c48fe4c1e927
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=31c459f…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Andrei Pelinescu-Onciul <andrei(a)iptel.org>
Date: Mon Jan 25 10:06:41 2010 +0100
drouting(k): Makefile updated to link libs
- fixed missing core libs in Makefile
- reported by Denis Pulyato
(cherry picked from commit f572564e862a56470ccb2bc2aa2b23fcbb5dd318)
---
modules_k/drouting/Makefile | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/modules_k/drouting/Makefile b/modules_k/drouting/Makefile
index acc2c1a..23f6fc4 100644
--- a/modules_k/drouting/Makefile
+++ b/modules_k/drouting/Makefile
@@ -8,4 +8,9 @@ NAME=drouting.so
LIBS=
DEFS+=-DOPENSER_MOD_INTERFACE
+SERLIBPATH=../../lib
+SER_LIBS+=$(SERLIBPATH)/srdb1/srdb1
+SER_LIBS+=$(SERLIBPATH)/kcore/kcore
+SER_LIBS+=$(SERLIBPATH)/kmi/kmi
+
include ../../Makefile.modules