mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Merged revisions 318351 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8 ........ r318351 | rmudgett | 2011-05-09 18:15:32 -0500 (Mon, 09 May 2011) | 6 lines Remove references to res_features and its export file. The contents of res/res_features.c was moved to into main/features.c awhile ago. There is no longer any need for the res/Makefile to reference res_features or the res_features linker exports file to exist. ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@318352 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -22,9 +22,6 @@ include $(ASTTOPDIR)/Makefile.moddir_rules
|
||||
ifneq ($(findstring $(OSARCH), mingw32 cygwin ),)
|
||||
# cygwin has some dependencies among res_ things.
|
||||
# We use order-only dependencies, and then add the libraries as required.
|
||||
res_features.so: | res_monitor.so
|
||||
res_features.so_LIBS:= -lres_monitor.so
|
||||
#
|
||||
res_agi.so: | res_speech.so
|
||||
res_agi.so_LIBS:= -lres_speech.so
|
||||
endif
|
||||
|
Reference in New Issue
Block a user