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
This commit is contained in:
Kevin P. Fleming
2006-07-05 21:28:30 +00:00
parent 5c30f76ba3
commit 72c9c5def1
3 changed files with 14 additions and 4 deletions

View File

@@ -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