FreeCalypso > hg > themwi-system-sw
diff libsip/Makefile @ 72:9ca6f0708237
libsip: add extract_to_tag() function
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 20 Sep 2022 10:54:10 -0800 |
parents | 9f045dcff60e |
children | ff5e96162430 |
line wrap: on
line diff
--- a/libsip/Makefile Tue Sep 20 10:14:18 2022 -0800 +++ b/libsip/Makefile Tue Sep 20 10:54:10 2022 -0800 @@ -1,7 +1,7 @@ CC= gcc CFLAGS= -O2 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 + sdp_parse.o to_tag.o uas_basic.o uri_utils.o LIB= libsip.a all: ${LIB}