summaryrefslogtreecommitdiff
path: root/Makefile.tools
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2018-12-04 16:59:01 +0100
committerMarcel Holtmann <marcel@holtmann.org>2018-12-04 17:21:08 +0100
commit0093cd61b1e4f199bca45f8c2f8eb2d5a30e847d (patch)
tree7ba152e499d7ca0f1ae2cfbb73983a8ffbb09e7a /Makefile.tools
parent8eda0a753507903a13af27a69df19cddf9bec23f (diff)
downloadbluez-0093cd61b1e4f199bca45f8c2f8eb2d5a30e847d.tar.gz
build: Add support for internal and external ELL configuration
Diffstat (limited to 'Makefile.tools')
-rw-r--r--Makefile.tools5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.tools b/Makefile.tools
index 55e769d8c..0de712866 100644
--- a/Makefile.tools
+++ b/Makefile.tools
@@ -469,6 +469,7 @@ if BTPCLIENT
noinst_PROGRAMS += tools/btpclient
tools_btpclient_SOURCES = tools/btpclient.c src/shared/btp.c src/shared/btp.h
-tools_btpclient_CPPFLAGS = $(AM_CPPFLAGS) $(ELL_CFLAGS)
-tools_btpclient_LDADD = $(ELL_LIBS) lib/libbluetooth-internal.la
+tools_btpclient_LDADD = lib/libbluetooth-internal.la \
+ src/libshared-ell.la $(ell_ldadd)
+tools_btpclient_DEPENDENCIES = $(ell_dependencies)
endif