Module: sip-router Branch: master Commit: ba9c637db7622bc14bdcc8b461d71d03a3ea3303 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ba9c637d...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: Wed Apr 27 11:34:48 2011 +0200
presence modules: removed invalid lib path
- invalid /usr/include/lib was removed from lib path - cleaned commented headers
---
modules_k/presence/Makefile | 6 +----- modules_k/presence_conference/Makefile | 5 +---- modules_k/presence_dialoginfo/Makefile | 5 +---- modules_k/presence_mwi/Makefile | 3 --- modules_k/presence_xml/Makefile | 6 +----- modules_k/pua/Makefile | 6 +----- modules_k/pua_bla/Makefile | 6 +----- modules_k/pua_dialoginfo/Makefile | 6 +----- modules_k/pua_mi/Makefile | 7 ------- modules_k/pua_usrloc/Makefile | 6 +----- modules_k/pua_xmpp/Makefile | 6 +----- 11 files changed, 9 insertions(+), 53 deletions(-)
diff --git a/modules_k/presence/Makefile b/modules_k/presence/Makefile index 53b591d..a5b5b43 100644 --- a/modules_k/presence/Makefile +++ b/modules_k/presence/Makefile @@ -1,7 +1,3 @@ -# $Id$ -# -# Presence Agent -# # # WARNING: do not run this directly, it should be run by the master Makefile
@@ -12,7 +8,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
diff --git a/modules_k/presence_conference/Makefile b/modules_k/presence_conference/Makefile index 2c44fac..dedf59d 100644 --- a/modules_k/presence_conference/Makefile +++ b/modules_k/presence_conference/Makefile @@ -1,6 +1,3 @@ -# -# Presence_Conference Makefile -# # # WARNING: do not run this directly, it should be run by the master Makefile
@@ -9,7 +6,7 @@ auto_gen= NAME=presence_conference.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/presence_dialoginfo/Makefile b/modules_k/presence_dialoginfo/Makefile index 222e2d2..cf07373 100644 --- a/modules_k/presence_dialoginfo/Makefile +++ b/modules_k/presence_dialoginfo/Makefile @@ -1,6 +1,3 @@ -# -# Presence_MWI Makefile -# # # WARNING: do not run this directly, it should be run by the master Makefile
@@ -9,7 +6,7 @@ auto_gen= NAME=presence_dialoginfo.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/presence_mwi/Makefile b/modules_k/presence_mwi/Makefile index 2124687..7ad266a 100644 --- a/modules_k/presence_mwi/Makefile +++ b/modules_k/presence_mwi/Makefile @@ -1,6 +1,3 @@ -# -# Presence_MWI Makefile -# # # WARNING: do not run this directly, it should be run by the master Makefile
diff --git a/modules_k/presence_xml/Makefile b/modules_k/presence_xml/Makefile index 451811d..c675c4c 100644 --- a/modules_k/presence_xml/Makefile +++ b/modules_k/presence_xml/Makefile @@ -1,7 +1,3 @@ -# $Id: Makefile 1856 2007-03-15 21:06:00Z jblache $ -# -# Presence_XML -# # # WARNING: do not run this directly, it should be run by the master Makefile
@@ -12,7 +8,7 @@ LIBS=
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/Makefile b/modules_k/pua/Makefile index 637dde8..2b81d14 100644 --- a/modules_k/pua/Makefile +++ b/modules_k/pua/Makefile @@ -1,7 +1,3 @@ -# $Id$ -# -# PUBLISH -# # # WARNING: do not run this directly, it should be run by the master Makefile
@@ -12,7 +8,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
diff --git a/modules_k/pua_bla/Makefile b/modules_k/pua_bla/Makefile index 2a794db..29dad69 100755 --- a/modules_k/pua_bla/Makefile +++ b/modules_k/pua_bla/Makefile @@ -1,7 +1,3 @@ -# $Id: Makefile 1619 2007-02-12 18:17:05Z bogdan_iancu $ -# -# PUA_BLA -# # # WARNING: do not run this directly, it should be run by the master Makefile
@@ -10,7 +6,7 @@ auto_gen= NAME=pua_bla.so 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
diff --git a/modules_k/pua_dialoginfo/Makefile b/modules_k/pua_dialoginfo/Makefile index 8437bbd..a2fd9a5 100644 --- a/modules_k/pua_dialoginfo/Makefile +++ b/modules_k/pua_dialoginfo/Makefile @@ -1,7 +1,3 @@ -# $Id: Makefile 1856 2007-03-15 21:06:00Z jblache $ -# -# PUBLISH -# # # WARNING: do not run this directly, it should be run by the master Makefile
@@ -12,7 +8,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
diff --git a/modules_k/pua_mi/Makefile b/modules_k/pua_mi/Makefile index af9483e..e6944a3 100644 --- a/modules_k/pua_mi/Makefile +++ b/modules_k/pua_mi/Makefile @@ -1,7 +1,3 @@ -# $Id$ -# -# PUBLISH -# # # WARNING: do not run this directly, it should be run by the master Makefile
@@ -10,9 +6,6 @@ auto_gen= NAME=pua_mi.so LIBS=
-DEFS+=-I$(LOCALBASE)/include -LIBS+=-L$(SYSBASE)/include/lib -L$(LOCALBASE)/lib - DEFS+=-DOPENSER_MOD_INTERFACE
SERLIBPATH=../../lib diff --git a/modules_k/pua_usrloc/Makefile b/modules_k/pua_usrloc/Makefile index 070dcf7..681f018 100644 --- a/modules_k/pua_usrloc/Makefile +++ b/modules_k/pua_usrloc/Makefile @@ -1,7 +1,3 @@ -# $Id$ -# -# PUBLISH -# # # WARNING: do not run this directly, it should be run by the master Makefile
@@ -12,7 +8,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
diff --git a/modules_k/pua_xmpp/Makefile b/modules_k/pua_xmpp/Makefile index eacfc9d..90642d7 100644 --- a/modules_k/pua_xmpp/Makefile +++ b/modules_k/pua_xmpp/Makefile @@ -1,7 +1,3 @@ -# $Id: Makefile,v 1.2 2005/10/25 16:23:28 bogdan_iancu Exp $ -# -# PUBLISH -# # # WARNING: do not run this directly, it should be run by the master Makefile
@@ -11,7 +7,7 @@ NAME= pua_xmpp.so 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