summaryrefslogtreecommitdiff
path: root/Makefile.tools
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2012-02-23 21:53:17 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2012-02-23 21:53:17 +0200
commit87f0899f8215a59492af3058623d7f2e0e810217 (patch)
treeb3dc8c0ea71e517a3399ade8f9a12813ad39c664 /Makefile.tools
parent384369fb18de79d6547954b8dd1d5b022ccb1e53 (diff)
btmgmt: Add UUID handling support
Diffstat (limited to 'Makefile.tools')
-rw-r--r--Makefile.tools4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.tools b/Makefile.tools
index 6db00f4c..682cccba 100644
--- a/Makefile.tools
+++ b/Makefile.tools
@@ -51,8 +51,8 @@ tools_hcieventmask_LDADD = lib/libbluetooth-private.la
noinst_PROGRAMS += mgmt/btmgmt monitor/btmon
-mgmt_btmgmt_SOURCES = mgmt/main.c
-mgmt_btmgmt_LDADD = lib/libbluetooth-private.la
+mgmt_btmgmt_SOURCES = mgmt/main.c src/glib-helper.c
+mgmt_btmgmt_LDADD = lib/libbluetooth-private.la @GLIB_LIBS@
monitor_btmon_SOURCES = monitor/main.c
monitor_btmon_LDADD = lib/libbluetooth-private.la