FreeCalypso > hg > gsm-codec-lib
changeset 448:a2065e7d68bc
top Makefile: move libtwamr to SUBDIR_LIBPROD
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 10 May 2024 01:30:26 +0000 |
parents | 426c04621b51 |
children | 2af2b5c12268 |
files | Makefile |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Fri May 10 01:28:39 2024 +0000 +++ b/Makefile Fri May 10 01:30:26 2024 +0000 @@ -1,9 +1,9 @@ CC= gcc CFLAGS= -O2 -SUBDIR_LIBPROD= libgsmefr libgsmfr2 +SUBDIR_LIBPROD= libgsmefr libgsmfr2 libtwamr SUBDIR_UTILS= amrconv amrefr amrtest efrtest frtest miscutil -SUBDIR_INT= dev libtest libtwamr +SUBDIR_INT= dev libtest SUBDIR= ${SUBDIR_LIBPROD} ${SUBDIR_UTILS} ${SUBDIR_INT}