aboutsummaryrefslogtreecommitdiffstats
path: root/agi
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2008-09-27 16:10:33 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2008-09-27 16:10:33 +0000
commit1c9fffa54c13362e256390e6aa7b03d73d7f2265 (patch)
treebbffd464df4f3eba7263d6e230c76469400b2b2e /agi
parentdb07a1f968269c3d2076b403ebb808b2fdcc8258 (diff)
fix bugs caused by r144949 when MALLOC_DEBUG is defined
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@144950 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'agi')
-rw-r--r--agi/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/agi/Makefile b/agi/Makefile
index 0cb6f3f02..d580a1632 100644
--- a/agi/Makefile
+++ b/agi/Makefile
@@ -29,9 +29,14 @@ all: $(AGIS)
strcompat.c: ../main/strcompat.c
@cp $< $@
+strcompat.o: ASTCFLAGS+=-DSTANDALONE
+
+eagi-test.o: ASTCFLAGS+=-DSTANDALONE
eagi-test: eagi-test.o strcompat.o
+eagi-sphinx-test.o: ASTCFLAGS+=-DSTANDALONE
+
eagi-sphinx-test: eagi-sphinx-test.o
install: all