Module: sip-router Branch: janakj/postgres Commit: 80b11a1361effef6faf817f2e5a9d2b4649793ad URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=80b11a13...
Author: Andrei Pelinescu-Onciul andrei@iptel.org Committer: Andrei Pelinescu-Onciul andrei@iptel.org Date: Fri May 23 15:43:42 2003 +0000
- updated all makefiles (now 'cd modules/foo; make' will link with the proper libraries). Please add an "include ../../Makefile.defs" as first line of the local module Makefile if your module is not on the cvs)
---
modules/db_postgres/Makefile | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/modules/db_postgres/Makefile b/modules/db_postgres/Makefile index 50a2133..5dae7f9 100644 --- a/modules/db_postgres/Makefile +++ b/modules/db_postgres/Makefile @@ -2,6 +2,7 @@ # # WARNING: do not run this directly, it should be run by the master Makefile
+include ../../Makefile.defs auto_gen= NAME=postgres.so