summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2017-12-19 10:21:59 -0200
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2017-12-21 10:08:22 -0200
commit7a03b61ee82e2c3253add826e20586341e210728 (patch)
tree9206ae1dca1e00978d7addfc83ec0eaefb6c9334 /Makefile.am
parent709bcef1faf43784493ee69fbb89747656de2a14 (diff)
downloadbluez-7a03b61ee82e2c3253add826e20586341e210728.tar.gz
tools: Remove monitor/uuid.{c,h}
Use the shared/util.h helpers instead.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index cda23e7d6..02f02a100 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -188,8 +188,7 @@ src_bluetoothd_SOURCES = $(builtin_sources) \
src/gatt-client.h src/gatt-client.c \
src/device.h src/device.c \
src/dbus-common.c src/dbus-common.h \
- src/eir.h src/eir.c \
- monitor/uuid.h monitor/uuid.c
+ src/eir.h src/eir.c
src_bluetoothd_LDADD = lib/libbluetooth-internal.la \
gdbus/libgdbus-internal.la \
src/libshared-glib.la \