From b50ce18fe86cf851a4ce5a86f472890c3d0486a4 Mon Sep 17 00:00:00 2001 From: rizzo Date: Sun, 9 Dec 2007 21:29:37 +0000 Subject: normalize subdirs' Makefile by using ASTTOPDIR and not .. to reference the top level directory. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@92022 f38db490-d61c-443f-a65b-d21fe96a405b --- codecs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'codecs') diff --git a/codecs/Makefile b/codecs/Makefile index 776f8747f..d4402d3c3 100644 --- a/codecs/Makefile +++ b/codecs/Makefile @@ -11,7 +11,7 @@ # the GNU General Public License # --include ../menuselect.makeopts ../menuselect.makedeps +-include $(ASTTOPDIR)/menuselect.makeopts $(ASTTOPDIR)/menuselect.makedeps C_MODS:=$(filter-out $(MENUSELECT_CODECS),$(patsubst %.c,%,$(wildcard codec_*.c))) CC_MODS:=$(filter-out $(MENUSELECT_CODECS),$(patsubst %.cc,%,$(wildcard codec_*.cc))) -- cgit v1.2.3