aboutsummaryrefslogtreecommitdiffstats
path: root/agi
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2009-04-09 04:31:38 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2009-04-09 04:31:38 +0000
commitc23a82df3d893f525a52da48a638fcf30dd51abe (patch)
tree8833bc6f89dc013402311310e901f6db1e7430d6 /agi
parentb4d44bd078c4c4988f0b406923bd47eeb6bc0230 (diff)
Add debugging mode for diagnosing file descriptor leaks.
(Related to issue #14625) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@187300 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'agi')
-rw-r--r--agi/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/agi/Makefile b/agi/Makefile
index 7a13d2241..67eeb3656 100644
--- a/agi/Makefile
+++ b/agi/Makefile
@@ -21,6 +21,8 @@ endif
include $(ASTTOPDIR)/Makefile.rules
+ASTCFLAGS+=-DSTANDALONE
+
all: $(AGIS)
strcompat.c: ../main/strcompat.c