move this header to include where it belongs

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43298 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming
2006-09-19 21:48:57 +00:00
parent 81b6e171bd
commit 1485fa4c24
3 changed files with 3 additions and 3 deletions

View File

@@ -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)

View File

@@ -6,7 +6,7 @@
.PHONY: Makefile.ast clean
default:: opt
default::
# Verify those options with main Makefile
STDCCFLAGS = -DNDEBUG
@@ -21,7 +21,7 @@ OBJDIR = .
OBJS =
ifndef OPENH323DIR
OPENH323DIR=/usr/src/OpenH323/openh323
OPENH323DIR=
endif
include $(OPENH323DIR)/openh323u.mak