summaryrefslogtreecommitdiff
path: root/codecs
diff options
context:
space:
mode:
Diffstat (limited to 'codecs')
-rw-r--r--codecs/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/codecs/Makefile b/codecs/Makefile
index 23e9e673b..f98637aa1 100644
--- a/codecs/Makefile
+++ b/codecs/Makefile
@@ -23,9 +23,9 @@ LIBLPC10:=lpc10/liblpc10.a
all: _all
-ifeq ($(LIBGSM_LIB),internal)
-LIBGSM_INCLUDE:=-Igsm/inc
-LIBGSM_LIB:=
+ifeq ($(GSM_LIB),internal)
+GSM_INCLUDE:=-Igsm/inc
+GSM_LIB:=
codec_gsm.so: gsm/lib/libgsm.a
endif