mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-29 18:19:30 +00:00
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:
2
Makefile
2
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)
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user