~ubuntu-branches/debian/sid/kamailio/sid

« back to all changes in this revision

Viewing changes to doc/cfg_list/Makefile

  • Committer: Package Import Robot
  • Author(s): Victor Seva
  • Date: 2014-01-06 11:47:13 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20140106114713-t8xidp4arzrnyeya
Tags: 4.1.1-1
* New upstream release
* debian/patches:
  - add upstream fixes
* Added tls outbound websocket autheph dnssec modules
  - openssl exception added to their license
* removing sparc and ia64 from supported archs
  for mono module (Closes: #728915)

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
        $(COREPATH)/sctp_options.c:sctp \
23
23
        $(COREPATH)/tcp_options.c:tcp \
24
24
        $(COREPATH)/modules/tm/config.c:tm \
25
 
        $(COREPATH)/modules_k/registrar/config.c:registrar \
26
 
        $(COREPATH)/modules_k/siputils/config.c:siputils \
27
 
        $(COREPATH)/modules_s/maxfwd/maxfwd.c:maxfwd \
 
25
        $(COREPATH)/modules/registrar/config.c:registrar \
 
26
        $(COREPATH)/modules/siputils/config.c:siputils \
 
27
        $(COREPATH)/modules/maxfwd/maxfwd.c:maxfwd \
28
28
        $(COREPATH)/modules/carrierroute/config.c:carrierroute \
29
29
        $(COREPATH)/modules/malloc_test/malloc_test.c:malloc_test \
30
30
        $(COREPATH)/modules/tls/tls_cfg.c:tls \
31
 
        $(COREPATH)/modules_k/dispatcher/config.c:dispatcher
32
 
 
 
31
        $(COREPATH)/modules/dispatcher/config.c:dispatcher \
 
32
        $(COREPATH)/modules/websocket/config.c:websocket \
 
33
        $(COREPATH)/modules/outbound/config.c:outbound \
 
34
        $(COREPATH)/modules/stun/config.c:stun
33
35
 
34
36
 
35
37
# list of excluded groups
36
38
grp_exclude=pa
37
39
# list of file prefixes to exclude (full path needed)
38
 
file_exclude= $(COREPATH)/modules_s/tls/
 
40
file_exclude= $(COREPATH)/modules/tls/
39
41
 
40
42
# special per file group overrides
41
43
# format= grp_filename=... ,where filename does not contain the extension
61
63
 
62
64
# defines used by gcc
63
65
c_defs=-D__CPU_i386 -D__OS_linux -DSER_VER=2099099 -DPKG_MALLOC -DSHM_MEM  \
64
 
                -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_MCAST -DUSE_TCP \
 
66
                -DSHM_MMAP -DDNS_IP_HACK -DUSE_MCAST -DUSE_TCP \
65
67
                -DUSE_DNS_CACHE -DUSE_DNS_FAILOVER -DUSE_DST_BLACKLIST -DUSE_NAPTR \
66
68
                -DUSE_TLS -DTLS_HOOKS -DFAST_LOCK   -DCC_GCC_LIKE_ASM \
67
69
                -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD \