mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 12:36:58 +00:00
include autoconfig.h (casper)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@20296 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
# Verify those options with main Makefile
|
# Verify those options with main Makefile
|
||||||
STDCCFLAGS += -DNDEBUG
|
STDCCFLAGS += -DNDEBUG
|
||||||
STDCCFLAGS += $(shell grep ^DEBUG_THREADS ../../Makefile | sed -e "s/^DEBUG_THREADS[ ]*=//" -e "s/\([^\#]*\)\#.*/\1/")
|
STDCCFLAGS += $(shell grep ^DEBUG_THREADS ../../Makefile | sed -e "s/^DEBUG_THREADS[ ]*=//" -e "s/\([^\#]*\)\#.*/\1/")
|
||||||
STDCCFLAGS += -I../../include
|
STDCCFLAGS += -I../../include -include autoconfig.h
|
||||||
STDCCFLAGS += -Wmissing-prototypes
|
STDCCFLAGS += -Wmissing-prototypes
|
||||||
STDCCFLAGS += -fPIC
|
STDCCFLAGS += -fPIC
|
||||||
#OPTCCFLAGS +=
|
#OPTCCFLAGS +=
|
||||||
|
Reference in New Issue
Block a user