diff --git a/res/Makefile b/res/Makefile index 009c7e6ad779eb3cf8314da734a1860c5aafaccc..14fbf6488dd0b3d28d147200d4057e4d5f4638d8 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 0575e98e5193b4c09ba78daa1aadc7e163fc23f7..0000000000000000000000000000000000000000 --- 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: - *; -};