summaryrefslogtreecommitdiff
path: root/codecs/Makefile
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2006-07-05 21:28:30 +0000
committerKevin P. Fleming <kpfleming@digium.com>2006-07-05 21:28:30 +0000
commit72c9c5def134cdbf605c12ad9a8eb5b17671eb0b (patch)
tree3127ac2fdbe370783bd2cfd98028e03a9d19eb5c /codecs/Makefile
parent5c30f76ba3b1f621aa5f2dfdd919f4c9625a71de (diff)
allow codec_gsm to be built using internal GSM library again (oops!)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@37105 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'codecs/Makefile')
-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