Skip to content
Snippets Groups Projects
Commit 1485fa4c authored by Kevin P. Fleming's avatar Kevin P. Fleming
Browse files

move this header to include where it belongs

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43298 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 81b6e171
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
......@@ -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
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment