aboutsummaryrefslogtreecommitdiffstats
path: root/agi
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2009-04-09 05:16:25 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2009-04-09 05:16:25 +0000
commit0525a48b602ee1fa7df93a4bed21309324e389a7 (patch)
tree2086972ff4d52e74f585a209d324334dcaacd754 /agi
parentedc41a640fb652560b1cf67c7033d4dce403c5d5 (diff)
Merged revisions 187302 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ................ r187302 | tilghman | 2009-04-08 23:59:05 -0500 (Wed, 08 Apr 2009) | 14 lines Merged revisions 187300-187301 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r187300 | tilghman | 2009-04-08 23:31:38 -0500 (Wed, 08 Apr 2009) | 3 lines Add debugging mode for diagnosing file descriptor leaks. (Related to issue #14625) ........ r187301 | tilghman | 2009-04-08 23:32:40 -0500 (Wed, 08 Apr 2009) | 2 lines Oops, missed this file in the last commit. ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.1@187305 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 e8e57a9b9..89bf7bbec 100644
--- a/agi/Makefile
+++ b/agi/Makefile
@@ -25,6 +25,8 @@ endif
include $(ASTTOPDIR)/Makefile.rules
+ASTCFLAGS+=-DSTANDALONE
+
all: $(AGIS)
strcompat.c: ../main/strcompat.c