summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2006-09-19 21:48:57 +0000
committerKevin P. Fleming <kpfleming@digium.com>2006-09-19 21:48:57 +0000
commit1485fa4c2453291389f2d9e9cee235d8a6722083 (patch)
treeb31bc262cbf6e69a8c4926900f56161fb8ec172d /Makefile
parent81b6e171bd29049cfd232a946adc624bb57a05f7 (diff)
move this header to include where it belongs
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43298 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0b381dbdb..6db72a5e6 100644
--- a/Makefile
+++ b/Makefile
@@ -106,7 +106,7 @@ ASTCFLAGS=
GLOBAL_MAKEOPTS=$(wildcard /etc/asterisk.makeopts)
USER_MAKEOPTS=$(wildcard ~/.asterisk.makeopts)
-MOD_SUBDIR_CFLAGS=-I../include -I../main
+MOD_SUBDIR_CFLAGS=-I../include
OTHER_SUBDIR_CFLAGS=-I../include
ifeq ($(OSARCH),linux-gnu)