Reverting change in revision 8539 - fixed wrong problem. Sorry.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@8548 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Olle Johansson
2006-01-24 17:47:41 +00:00
parent 543cc7e2a4
commit 293d88108f

View File

@@ -34,12 +34,6 @@ else
STANDALONE_FUNCS=$(AVAILABLE_FUNCS)
endif
ifeq ($(findstring BSD,${OSARCH}),BSD)
CFLAGS+=-I$(CROSS_COMPILE_TARGET)/usr/local/include
SOLINK+=-L$(CROSS_COMPILE_TARGET)/usr/local/lib
endif
FUNCS+=$(STANDALONE_FUNCS:.o=.so)
FUNC_SOURCES=$(BUILTINS:.o=.c)