Module: sip-router
Branch: master
Commit: 01e6e63831143e6cdb599945aa0da53f5e140d74
URL:    
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=01e6e63831143e6cdb599945aa0da53f5e140d74

Author: Andrei Pelinescu-Onciul <[email protected]>
Committer: Andrei Pelinescu-Onciul <[email protected]>
Date:   Thu Sep  2 17:51:04 2010 +0200

doc: cfg_list: updated list of cfg defs files

Removed ratelimit(k) (no longer contains runtime cfg vars) and
added carrierroute, malloc_test and tls to the default list.

---

 doc/cfg_list/Makefile |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/doc/cfg_list/Makefile b/doc/cfg_list/Makefile
index 2aa9756..7af9402 100644
--- a/doc/cfg_list/Makefile
+++ b/doc/cfg_list/Makefile
@@ -22,10 +22,12 @@ files_list= \
        $(COREPATH)/sctp_options.c:sctp \
        $(COREPATH)/tcp_options.c:tcp \
        $(COREPATH)/modules/tm/config.c:tm \
-       $(COREPATH)/modules_k/ratelimit/config.c:ratelimit \
        $(COREPATH)/modules_k/registrar/config.c:registrar \
        $(COREPATH)/modules_k/siputils/config.c:siputils \
-       $(COREPATH)/modules_s/maxfwd/maxfwd.c:maxfwd
+       $(COREPATH)/modules_s/maxfwd/maxfwd.c:maxfwd \
+       $(COREPATH)/modules/carrierroute/config.c:carrierroute \
+       $(COREPATH)/modules/malloc_test/malloc_test.c:malloc_test \
+       $(COREPATH)/modules/tls/tls_cfg.c:tls
 
 
 
@@ -156,6 +158,8 @@ INCLUDES:=
 # extract all the includes and defs from the module makefile and
 # evaluate them
 $$(eval $$(call get_make_vars,$$(dir $$(call get_prereq,$(1)))))
+# override COREPATH (we know better)
+COREPATH=../..
 # save the result in a per group e_idefs_<grp_name> var
 $$(eval e_idefs_$$(call get_grp,$(1)):=$$(DEFS) $$(INCLUDES))
 


_______________________________________________
sr-dev mailing list
[email protected]
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

Reply via email to