comparison libgsmhr1/Makefile @ 494:aaf4dec8bee0

libgsmhr1: implement perfect SID detection
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 17 Jun 2024 23:14:19 +0000
parents dc7249923b3a
children aee13079db3c
comparison
equal deleted inserted replaced
493:dc7249923b3a 494:aaf4dec8bee0
1 OBJS= pack_frame.o rtp_in.o twts002_in.o twts002_out.o unpack_frame.o 1 OBJS= pack_frame.o rtp_in.o sid_detect.o twts002_in.o twts002_out.o \
2 unpack_frame.o
2 HDRS= tw_gsmhr.h 3 HDRS= tw_gsmhr.h
3 LIB= libgsmhr1.a 4 LIB= libgsmhr1.a
4 5
5 include ../config.defs 6 include ../config.defs
6 7