FreeCalypso > hg > themwi-system-sw
diff libsip/Makefile @ 49:dec31b1a8b96
sip-in: check Require and Supported
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 06 Sep 2022 22:57:16 -0800 |
parents | 5427b26525cd |
children | 36a30349b490 |
line wrap: on
line diff
--- a/libsip/Makefile Tue Sep 06 22:07:51 2022 -0800 +++ b/libsip/Makefile Tue Sep 06 22:57:16 2022 -0800 @@ -1,6 +1,7 @@ CC= gcc CFLAGS= -O2 -OBJS= get_header.o out_msg.o primary_parse.o uas_basic.o uri_utils.o +OBJS= get_header.o out_msg.o primary_parse.o req_supp.o uas_basic.o \ + uri_utils.o LIB= libsip.a all: ${LIB}