summaryrefslogtreecommitdiff
path: root/Makefile.tools
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2012-10-02 15:45:29 +0300
committerJohan Hedberg <johan.hedberg@intel.com>2012-10-02 15:45:29 +0300
commit391831ac1eec8828c1405175e7c8a7397594a3df (patch)
treec76848d36a79e16015bc23cfd9795abfda68f2fe /Makefile.tools
parent0f4625cbdab3f3370bf5e0ecb259294848c0ac0e (diff)
downloadbluez-391831ac1eec8828c1405175e7c8a7397594a3df.tar.gz
core: Move sdp_xml_parse_record from service plugin to sdp-xml.c
Diffstat (limited to 'Makefile.tools')
-rw-r--r--Makefile.tools2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.tools b/Makefile.tools
index 81feb7521..9637a9fc7 100644
--- a/Makefile.tools
+++ b/Makefile.tools
@@ -31,7 +31,7 @@ tools_hcitool_SOURCES = tools/hcitool.c src/oui.h src/oui.c \
tools_hcitool_LDADD = lib/libbluetooth-private.la
tools_sdptool_SOURCES = tools/sdptool.c src/sdp-xml.h src/sdp-xml.c
-tools_sdptool_LDADD = lib/libbluetooth-private.la
+tools_sdptool_LDADD = lib/libbluetooth-private.la @GLIB_LIBS@
tools_ciptool_LDADD = lib/libbluetooth-private.la