summaryrefslogtreecommitdiff
path: root/Makefile.tools
diff options
context:
space:
mode:
authorClaudio Takahasi <claudio.takahasi@openbossa.org>2012-02-09 12:41:36 -0300
committerJohan Hedberg <johan.hedberg@intel.com>2012-02-09 17:53:46 +0200
commite05011b3f3ec41f957e30cffc94bcdf39e3437ef (patch)
tree96ac9b4b428611deb0807d722247f161b0551760 /Makefile.tools
parent9fe2663e2a2468d7955b3495ea6a12c10de3b64a (diff)
GAttrib: Add debug message for GAttrib references
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 eea1a9be..19a4b04f 100644
--- a/Makefile.tools
+++ b/Makefile.tools
@@ -59,7 +59,7 @@ bin_PROGRAMS += attrib/gatttool
attrib_gatttool_SOURCES = attrib/gatttool.c attrib/att.c attrib/gatt.c \
attrib/gattrib.c btio/btio.c \
attrib/gatttool.h attrib/interactive.c \
- attrib/utils.c
+ attrib/utils.c src/log.c
attrib_gatttool_LDADD = lib/libbluetooth-private.la @GLIB_LIBS@ @READLINE_LIBS@
endif