View | Details | Raw Unified | Return to bug 13086
Collapse All | Expand All

(-)src/osipparser2/Makefile.am.orig (-1 / +1 lines)
Lines 9-15 osip_route.c osip_to.c Link Here
9
osip_from.c                osip_uri.c                 \
9
osip_from.c                osip_uri.c                 \
10
osip_authorization.c       osip_header.c              \
10
osip_authorization.c       osip_header.c              \
11
osip_www_authenticate.c    osip_via.c                 \
11
osip_www_authenticate.c    osip_via.c                 \
12
osip_body.c                osip_md5c.c                \
12
osip_body.c                                           \
13
osip_message.c             osip_list.c                \
13
osip_message.c             osip_list.c                \
14
osip_call_id.c             osip_message_parse.c       \
14
osip_call_id.c             osip_message_parse.c       \
15
osip_contact.c             osip_message_to_str.c      \
15
osip_contact.c             osip_message_to_str.c      \
(-)include/osipparser2/Makefile.am.orig (-1 / +1 lines)
Lines 4-9 SUBDIRS = headers Link Here
4
osipparser2_includedir=$(includedir)/osipparser2
4
osipparser2_includedir=$(includedir)/osipparser2
5
5
6
osipparser2_include_HEADERS=\
6
osipparser2_include_HEADERS=\
7
osip_const.h   osip_md5.h      osip_parser.h  osip_uri.h      \
7
osip_const.h   osip_parser.h  osip_uri.h      \
8
osip_list.h    osip_message.h  osip_port.h    sdp_message.h   \
8
osip_list.h    osip_message.h  osip_port.h    sdp_message.h   \
9
osip_headers.h osip_body.h
9
osip_headers.h osip_body.h

Return to bug 13086