From 6b5b53f5d8a884fdd80a5c276507ec7cd3c1401b Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 14 Aug 2011 14:39:14 -0700 Subject: [PATCH] build: Allow loading of plugins from development tree --- Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile.am b/Makefile.am index c370b556c..3c8ab40a4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 = -- 2.47.3