Module: sip-router Branch: janakj/postgres Commit: 1a3eac890f65ad6312fc28bffa4a800304524060 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1a3eac89...
Author: Jan Janak jan@iptel.org Committer: Jan Janak jan@iptel.org Date: Wed Feb 18 00:51:43 2009 +0100
Removed km_Makefile and km_README.
We will integrate the contents of km_Makefile into Makefile. Documentation will be merged later.
---
modules/db_postgres/km_Makefile | 36 ---------------------- modules/db_postgres/km_README | 62 --------------------------------------- 2 files changed, 0 insertions(+), 98 deletions(-)
diff --git a/modules/db_postgres/km_Makefile b/modules/db_postgres/km_Makefile deleted file mode 100644 index 699f9be..0000000 --- a/modules/db_postgres/km_Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# $Id$ -# -# WARNING: do not run this directly, it should be run by the master Makefile - -include ../../Makefile.defs -auto_gen= -NAME=db_postgres.so - - -# set CROSS_COMPILE to true if you want to skip -# the autodetection -# CROSS_COMPILE=true - -ifeq ($(CROSS_COMPILE),) -PGCFG=$(shell which pg_config) -endif - -ifneq ($(PGCFG),) - - # use autodetection - DEFS += -I$(shell $(PGCFG) --includedir) - LIBS = -L$(shell $(PGCFG) --libdir) -lpq - -else - - # use standard know paths - # libpq-fe.h locations - DEFS +=-I$(LOCALBASE)/include -I$(LOCALBASE)/pgsql/include \ - -I$(SYSBASE)/include/pgsql -I$(SYSBASE)/include/postgresql \ - -I$(SYSBASE)/include/postgresql/8.0 - LIBS=-L$(LOCALBASE)/lib -L$(LOCALBASE)/pgsql/lib -L$(LOCALBASE)/lib/pgsql \ - -lpq - -endif - -include ../../Makefile.modules diff --git a/modules/db_postgres/km_README b/modules/db_postgres/km_README deleted file mode 100644 index 3a5e085..0000000 --- a/modules/db_postgres/km_README +++ /dev/null @@ -1,62 +0,0 @@ -postgres Module - -Greg Fausak - - August.net - -Edited by - -Greg Fausak - - Copyright � 2003 Greg Fausak - Revision History - Revision $Revision$ $Date: 2008-08-06 12:08:33 +0200 - (Mi, 06 Aug 2008) $ - __________________________________________________________ - - Table of Contents - - 1. Admin Guide - - 1.1. Overview - 1.2. Dependencies - - 1.2.1. Kamailio Modules - 1.2.2. External Libraries or Applications - - 1.3. Exported Parameters - 1.4. Exported Functions - 1.5. Installation and Running - -Chapter 1. Admin Guide - -1.1. Overview - - Module description - -1.2. Dependencies - -1.2.1. Kamailio Modules - - The following modules must be loaded before this module: - * No dependencies on other Kamailio modules. - -1.2.2. External Libraries or Applications - - The following libraries or applications must be installed - before running Kamailio with this module loaded: - * PostgreSQL library - e.g., libpq5. - * PostgreSQL devel library - to compile the module (e.g., - libpq-dev). - -1.3. Exported Parameters - - NONE - -1.4. Exported Functions - - NONE - -1.5. Installation and Running - - Notes about installation and running.