Module: sip-router Branch: master Commit: 124a40aa8c2de6831bc801899aeaa9ec05bebf77 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=124a40aa8c2de6831bc801899aeaa9ec05bebf77
Author: Peter Dunkley <[email protected]> Committer: Peter Dunkley <[email protected]> Date: Thu Apr 4 00:23:54 2013 +0100 doc/cfg_list: added outbound and websocket to cfg doc generation --- doc/cfg_list/Makefile | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/cfg_list/Makefile b/doc/cfg_list/Makefile index 10bcadc..5274e84 100644 --- a/doc/cfg_list/Makefile +++ b/doc/cfg_list/Makefile @@ -28,8 +28,9 @@ files_list= \ $(COREPATH)/modules/carrierroute/config.c:carrierroute \ $(COREPATH)/modules/malloc_test/malloc_test.c:malloc_test \ $(COREPATH)/modules/tls/tls_cfg.c:tls \ - $(COREPATH)/modules/dispatcher/config.c:dispatcher - + $(COREPATH)/modules/dispatcher/config.c:dispatcher \ + $(COREPATH)/modules/websocket/config.c:websocket \ + $(COREPATH)/modules/outbound/config.c:outbound # list of excluded groups _______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
