re/src/sip/mod.mk
Alfred E. Heggestad 9ff9a24c48 sip: add sip contact, needed for GRUU
- in sipsess and sipevent, the cuser parameter can now be
  a contact-username or a uri (e.g. GRUU)

- Tested by Juha Heinanen (with baresip+gruu)
2014-09-25 07:51:19 +00:00

21 lines
360 B
Makefile

#
# mod.mk
#
# Copyright (C) 2010 Creytiv.com
#
SRCS += sip/addr.c
SRCS += sip/auth.c
SRCS += sip/contact.c
SRCS += sip/cseq.c
SRCS += sip/ctrans.c
SRCS += sip/dialog.c
SRCS += sip/keepalive.c
SRCS += sip/keepalive_udp.c
SRCS += sip/msg.c
SRCS += sip/reply.c
SRCS += sip/request.c
SRCS += sip/sip.c
SRCS += sip/strans.c
SRCS += sip/transp.c
SRCS += sip/via.c