From 3be602e6c84bd15d5399be3352435b49e1329500 Mon Sep 17 00:00:00 2001 From: kpfleming Date: Sat, 27 Sep 2008 15:00:48 +0000 Subject: improve header inclusion process in a few small ways: - it is no longer necessary to forcibly include asterisk/autoconfig.h; every module already includes asterisk.h as its first header (even before system headers), which serves the same purpose - astmm.h is now included by asterisk.h when needed, instead of being forced by the Makefile; this means external modules will build properly against installed headers with MALLOC_DEBUG enabled - simplify the usage of some of these headers in the AEL-related stuff in the utils directory git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@144924 f38db490-d61c-443f-a65b-d21fe96a405b --- Makefile.moddir_rules | 6 ------ 1 file changed, 6 deletions(-) (limited to 'Makefile.moddir_rules') diff --git a/Makefile.moddir_rules b/Makefile.moddir_rules index f73bc83e9..eebad80e6 100644 --- a/Makefile.moddir_rules +++ b/Makefile.moddir_rules @@ -11,12 +11,6 @@ # the GNU General Public License # -ifneq ($(findstring MALLOC_DEBUG,$(MENUSELECT_CFLAGS)),) - ifeq ($(findstring astmm.h,$(ASTCFLAGS)),) - ASTCFLAGS+=-include $(ASTTOPDIR)/include/asterisk/astmm.h - endif -endif - ifeq ($(findstring LOADABLE_MODULES,$(MENUSELECT_CFLAGS)),) ASTCFLAGS+=${GC_CFLAGS} endif -- cgit v1.2.3