summaryrefslogtreecommitdiff
path: root/agi
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2009-04-09 04:59:05 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2009-04-09 04:59:05 +0000
commit8f28bfc63e4d64f36fd57ae6a4ef5483bb6e4cd2 (patch)
tree237d3b5dd0de9c6706ac50ec0d337c222170efe3 /agi
parentb5f8c632df92f51c86487efc7b280522ef837e34 (diff)
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: https://origsvn.digium.com/svn/asterisk/trunk@187302 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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