Skip to content

Commit

Permalink
bluetoothd: remove external-dummy plugin
Browse files Browse the repository at this point in the history
The external plugins infra is getting deprecated and disabled by
default. Remove this dummy plugin.
  • Loading branch information
evelikov-work authored and Vudentz committed Jan 29, 2024
1 parent 004b5b2 commit 1db7a00
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 36 deletions.
8 changes: 0 additions & 8 deletions Makefile.am
Expand Up @@ -289,14 +289,6 @@ builtin_ldadd =

include Makefile.plugins

if MAINTAINER_MODE
plugin_LTLIBRARIES += plugins/external-dummy.la
plugins_external_dummy_la_SOURCES = plugins/external-dummy.c
plugins_external_dummy_la_LDFLAGS = $(AM_LDFLAGS) -module -avoid-version \
-no-undefined
plugins_external_dummy_la_CFLAGS = $(AM_CFLAGS) -fvisibility=hidden
endif

pkglibexec_PROGRAMS += src/bluetoothd

src_bluetoothd_SOURCES = $(builtin_sources) \
Expand Down
28 changes: 0 additions & 28 deletions plugins/external-dummy.c

This file was deleted.

0 comments on commit 1db7a00

Please sign in to comment.