summaryrefslogtreecommitdiff
path: root/Makefile.tools
diff options
context:
space:
mode:
authorGustavo Padovan <gustavo.padovan@collabora.co.uk>2012-07-10 11:03:08 -0300
committerJohan Hedberg <johan.hedberg@intel.com>2012-07-10 11:20:34 -0300
commit2f5f6a5de02085724a63211d1c6a0eaaef5c1f73 (patch)
tree44cadebe778531834dd0cef80b920ede6a694a6c /Makefile.tools
parentdd3f4ca901cc92f076c371db52aad7d59849f6da (diff)
downloadbluez-2f5f6a5de02085724a63211d1c6a0eaaef5c1f73.tar.gz
btmgmt: move it to tools
Diffstat (limited to 'Makefile.tools')
-rw-r--r--Makefile.tools6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.tools b/Makefile.tools
index 70d333b37..fccac2d2f 100644
--- a/Makefile.tools
+++ b/Makefile.tools
@@ -50,10 +50,10 @@ tools_ppporc_LDADD = lib/libbluetooth-private.la
tools_hcieventmask_LDADD = lib/libbluetooth-private.la
-noinst_PROGRAMS += mgmt/btmgmt monitor/btmon emulator/btvirt
+noinst_PROGRAMS += tools/btmgmt monitor/btmon emulator/btvirt
-mgmt_btmgmt_SOURCES = mgmt/main.c src/glib-helper.c
-mgmt_btmgmt_LDADD = lib/libbluetooth-private.la @GLIB_LIBS@
+tools_btmgmt_SOURCES = tools/btmgmt.c src/glib-helper.c
+tools_btmgmt_LDADD = lib/libbluetooth-private.la @GLIB_LIBS@
monitor_btmon_SOURCES = monitor/main.c monitor/bt.h \
monitor/mainloop.h monitor/mainloop.c \