mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-15 00:04:29 +08:00
build: Allow loading of plugins from development tree
This commit is contained in:
parent
5a0c179b9a
commit
6b5b53f5d8
@ -45,7 +45,12 @@ systemdunit_DATA = src/bluetooth.service
|
||||
endif
|
||||
endif
|
||||
|
||||
if MAINTAINER_MODE
|
||||
plugindir = $(abs_top_srcdir)/plugins/.libs
|
||||
else
|
||||
plugindir = $(libdir)/bluetooth/plugins
|
||||
endif
|
||||
|
||||
|
||||
plugin_LTLIBRARIES =
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user