diff libgsmfr2/Makefile @ 264:8b21a6b7a3bf

libgsmfr2: beginning to integrate TU-Berlin code guts
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 14 Apr 2024 00:06:50 +0000
parents ffdcdb27d673
children a7b593e68ac3
line wrap: on
line diff
--- a/libgsmfr2/Makefile	Sat Apr 13 01:10:37 2024 +0000
+++ b/libgsmfr2/Makefile	Sun Apr 14 00:06:50 2024 +0000
@@ -1,9 +1,9 @@
 CC=	gcc
 CFLAGS=	-O2
-OBJS=	comfort_noise.o ed_state.o pack_frame.o pack_frame2.o pp_bad.o \
+OBJS=	add.o comfort_noise.o ed_state.o pack_frame.o pack_frame2.o pp_bad.o \
 	pp_good.o pp_state.o prng.o sidclass.o silence_frame.o unpack_frame.o \
 	unpack_frame2.o xmaxc_mean.o
-HDRS=	ed_state.h pp_internal.h pp_state.h tw_gsmfr.h typedef.h
+HDRS=	ed_internal.h ed_state.h pp_internal.h pp_state.h tw_gsmfr.h typedef.h
 LIB=	libgsmfr2.a
 
 INSTALL_PREFIX=	/usr/local