FreeCalypso > hg > themwi-system-sw
diff mgw/Makefile @ 174:c985c33baeac
mgw: support EFR by way of libgsmefr
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 10 Jan 2023 17:56:22 -0800 |
parents | a6eb2de277f6 |
children | cdc807117841 |
line wrap: on
line diff
--- a/mgw/Makefile Mon Nov 21 12:17:55 2022 -0800 +++ b/mgw/Makefile Tue Jan 10 17:56:22 2023 -0800 @@ -10,7 +10,7 @@ all: ${PROG} ${PROG}: ${OBJS} ${LIBS} - ${CC} ${CFLAGS} -o $@ ${OBJS} ${LIBS} -lgsmfrp -lgsm -lm + ${CC} ${CFLAGS} -o $@ ${OBJS} ${LIBS} -lgsmefr -lgsmfrp -lgsm -lm install: install -c -o bin -g bin -m 755 ${PROG} ${INSTBIN}