diff libutil/Makefile @ 5:e80b0051cd92

libutil: add G.711 decoding tables from themwi-mgw
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 04 Mar 2024 22:25:53 -0800
parents 35c0d9f03c0a
children f7321b25195e
line wrap: on
line diff
--- a/libutil/Makefile	Mon Mar 04 22:08:19 2024 -0800
+++ b/libutil/Makefile	Mon Mar 04 22:25:53 2024 -0800
@@ -1,6 +1,6 @@
 CC=	gcc
 CFLAGS=	-O2
-OBJS=	bitfunc.o crc8gen.o sockinit.o tfo_msg_enc.o
+OBJS=	bitfunc.o crc8gen.o g711_decode.o sockinit.o tfo_msg_enc.o
 LIB=	libutil.a
 
 all:	${LIB}