From d49b295c1d1344618abdd026d9f533edac5c2b8c Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Thu, 4 Jan 2007 18:05:47 +0000 Subject: [PATCH] make building of codec_gsm against the system GSM library actually work git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@49457 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- codecs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codecs/Makefile b/codecs/Makefile index c3ab707f6d..1319167964 100644 --- a/codecs/Makefile +++ b/codecs/Makefile @@ -30,7 +30,7 @@ all: _all include $(ASTTOPDIR)/Makefile.moddir_rules -ifneq ($(GSM_INTERNAL),) +ifneq ($(GSM_INTERNAL),no) GSM_INCLUDE:=-Igsm/inc $(if $(filter codec_gsm,$(EMBEDDED_MODS)),modules.link,codec_gsm.so): gsm/lib/libgsm.a endif