Module: sip-router Branch: carstenbock/ims Commit: 84b92c64525be08c395eaf0bfe467971ed1f365a URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=84b92c64...
Author: Carsten Bock carsten@bock.info Committer: Carsten Bock carsten@bock.info Date: Tue May 3 11:06:39 2011 +0200
presence modules: removed invalid lib path - invalid /usr/include/lib was removed from lib path
---
modules_k/presence_reginfo/Makefile | 2 +- modules_k/pua_reginfo/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules_k/presence_reginfo/Makefile b/modules_k/presence_reginfo/Makefile index 8496529..669917b 100644 --- a/modules_k/presence_reginfo/Makefile +++ b/modules_k/presence_reginfo/Makefile @@ -9,7 +9,7 @@ auto_gen= NAME=presence_reginfo.so DEFS+=-I/usr/include/libxml2 -I$(LOCALBASE)/include/libxml2 \ -I$(LOCALBASE)/include -LIBS+=-L$(SYSBASE)/include/lib -L$(LOCALBASE)/lib -lxml2 +LIBS+=-L$(LOCALBASE)/lib -lxml2
DEFS+=-DOPENSER_MOD_INTERFACE
diff --git a/modules_k/pua_reginfo/Makefile b/modules_k/pua_reginfo/Makefile index a122fe4..d67aa37 100644 --- a/modules_k/pua_reginfo/Makefile +++ b/modules_k/pua_reginfo/Makefile @@ -12,7 +12,7 @@ LIBS=
DEFS+=-I/usr/include/libxml2 -I$(LOCALBASE)/include/libxml2 \ -I$(LOCALBASE)/include -LIBS+=-L/usr/include/lib -L$(LOCALBASE)/lib -lxml2 +LIBS+=-L$(LOCALBASE)/lib -lxml2
DEFS+=-DOPENSER_MOD_INTERFACE