From: Kevin P. Fleming Date: Thu, 4 Jan 2007 18:05:47 +0000 (+0000) Subject: make building of codec_gsm against the system GSM library actually work X-Git-Tag: 1.4.1~339 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d49b295c1d1344618abdd026d9f533edac5c2b8c;p=thirdparty%2Fasterisk.git 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 --- 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