aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorrmudgett <rmudgett@f38db490-d61c-443f-a65b-d21fe96a405b>2011-05-09 23:16:12 +0000
committerrmudgett <rmudgett@f38db490-d61c-443f-a65b-d21fe96a405b>2011-05-09 23:16:12 +0000
commit8df09c05caefc2b893cae4397c06c740e046d9c2 (patch)
tree8d3b29341d25dbe72b2e80c9b94f402aa99db972 /res
parente91e34c3008c1698d2d4b3926f0e37fe3ea3dbc7 (diff)
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: http://svn.digium.com/svn/asterisk/trunk@318352 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'res')
-rw-r--r--res/Makefile3
-rw-r--r--res/res_features.exports.in13
2 files changed, 0 insertions, 16 deletions
diff --git a/res/Makefile b/res/Makefile
index 009c7e6ad..14fbf6488 100644
--- a/res/Makefile
+++ b/res/Makefile
@@ -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
diff --git a/res/res_features.exports.in b/res/res_features.exports.in
deleted file mode 100644
index 0575e98e5..000000000
--- a/res/res_features.exports.in
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- global:
- LINKER_SYMBOL_PREFIXast_bridge_call;
- LINKER_SYMBOL_PREFIXast_masq_park_call;
- LINKER_SYMBOL_PREFIXast_park_call;
- LINKER_SYMBOL_PREFIXast_parking_ext;
- LINKER_SYMBOL_PREFIXast_pickup_call;
- LINKER_SYMBOL_PREFIXast_pickup_ext;
- LINKER_SYMBOL_PREFIXast_register_feature;
- LINKER_SYMBOL_PREFIXast_unregister_feature;
- local:
- *;
-};