From ad8ff708de2de9658b4bfb8894e5b8f3e3a2c8d3 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Thu, 11 May 2006 21:24:54 +0000 Subject: fix the build with astmm (issue #7139) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@27023 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f9e99d2f5..d934b653e 100644 --- a/Makefile +++ b/Makefile @@ -191,7 +191,7 @@ OTHER_SUBDIR_CFLAGS=-include ../include/autoconfig.h -I../include -I.. # *CLI> show memory allocations [filename] # *CLI> show memory summary [filename] -ifneq ($(findstring -DMALLOC_DEBUG,$(ASTCFLAGS)),) +ifneq ($(findstring MALLOC_DEBUG,$(MENUSELECT_CFLAGS)),) TOPDIR_CFLAGS+=-include include/asterisk/astmm.h MOD_SUBDIR_CFLAGS+=-include ../include/asterisk/astmm.h endif -- cgit v1.2.3