Module: sip-router Branch: master Commit: 27f2ae83d9adf59bc9158dd40bf1b960c8ffaa19 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=27f2ae83...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: Wed Mar 19 18:37:06 2014 +0100
lib/kcore: link it against lib/srutils
- reported by Carsten Bock
---
lib/kcore/Makefile | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/lib/kcore/Makefile b/lib/kcore/Makefile index 4198f4e..b3f43e0 100644 --- a/lib/kcore/Makefile +++ b/lib/kcore/Makefile @@ -6,4 +6,7 @@ MINOR_VER=0 BUGFIX_VER=0 LIBS=
+SERLIBPATH=.. +SER_LIBS=$(SERLIBPATH)/srutils/srutils + include ../../Makefile.libs