aboutsummaryrefslogtreecommitdiffstats
path: root/codecs
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2007-01-04 18:05:47 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2007-01-04 18:05:47 +0000
commitd8e6713a8b33706547afa94b2d4235a126c4e02b (patch)
tree8e9ff515c1e03b5f2d356c4bd11fdeb7f7318947 /codecs
parente89189346b61efdc95119da99763732afc9ce600 (diff)
make building of codec_gsm against the system GSM library actually work
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@49457 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'codecs')
-rw-r--r--codecs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/codecs/Makefile b/codecs/Makefile
index c3ab707f6..131916796 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