@@ -291,7 +291,6 @@ pkglibexec_PROGRAMS += src/bluetoothd
src_bluetoothd_SOURCES = $(builtin_sources) \
$(attrib_sources) $(btio_sources) \
- src/bluetooth.ver \
src/main.c src/log.h src/log.c \
src/backtrace.h src/backtrace.c \
src/rfkill.c src/btd.h src/sdpd.h \
@@ -323,8 +322,6 @@ src_bluetoothd_LDADD = lib/libbluetooth-internal.la \
src/libshared-glib.la \
$(BACKTRACE_LIBS) $(GLIB_LIBS) $(DBUS_LIBS) -ldl -lrt \
$(builtin_ldadd)
-src_bluetoothd_LDFLAGS = $(AM_LDFLAGS) -Wl,--export-dynamic \
- -Wl,--version-script=$(srcdir)/src/bluetooth.ver
src_bluetoothd_DEPENDENCIES = lib/libbluetooth-internal.la \
gdbus/libgdbus-internal.la \
deleted file mode 100644
@@ -1,20 +0,0 @@
-{
- global:
- btd_*;
- g_dbus_*;
- info;
- error;
- debug;
- baswap;
- ba2str;
- /* Don't break LLVM sanitizers */
- __asan*;
- __dfsan*;
- __lsan*;
- __msan*;
- __sanitizer*;
- __tsan*;
- __ubsan*;
- local:
- *;
-};
From: Emil Velikov <emil.velikov@collabora.com> With the final external plugin gone, we can keep the API internal. --- Makefile.am | 3 --- src/bluetooth.ver | 20 -------------------- 2 files changed, 23 deletions(-)