FreeCalypso > hg > themwi-system-sw
diff 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 |
line wrap: on
line diff
--- a/libsip/Makefile Thu Sep 08 10:45:50 2022 -0800 +++ b/libsip/Makefile Thu Sep 08 12:02:22 2022 -0800 @@ -1,6 +1,6 @@ CC= gcc CFLAGS= -O2 -OBJS= get_header.o grok_from.o out_msg.o primary_parse.o req_supp.o \ +OBJS= get_header.o grok_from.o out_msg.o primary_parse.o req_supp.o sdp_gen.o\ sdp_parse.o uas_basic.o uri_utils.o LIB= libsip.a