comparison libsip/Makefile @ 54:9f045dcff60e

libsip: SDP generation implemented
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 08 Sep 2022 12:02:22 -0800
parents 2423f3aac4ce
children 9ca6f0708237
comparison
equal deleted inserted replaced
53:2423f3aac4ce 54:9f045dcff60e
1 CC= gcc 1 CC= gcc
2 CFLAGS= -O2 2 CFLAGS= -O2
3 OBJS= get_header.o grok_from.o out_msg.o primary_parse.o req_supp.o \ 3 OBJS= get_header.o grok_from.o out_msg.o primary_parse.o req_supp.o sdp_gen.o\
4 sdp_parse.o uas_basic.o uri_utils.o 4 sdp_parse.o uas_basic.o uri_utils.o
5 LIB= libsip.a 5 LIB= libsip.a
6 6
7 all: ${LIB} 7 all: ${LIB}
8 8