diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index b9978cf4..5a4caa20 100644 --- a/Makefile.am +++ b/Makefile.am @@ -174,7 +174,8 @@ endif if ATTRIBPLUGIN bin_PROGRAMS += attrib/gatttool -attrib_gatttool_SOURCES = attrib/gatttool.c +attrib_gatttool_SOURCES = attrib/gatttool.c attrib/att.c attrib/gatt.c \ + attrib/gattrib.c attrib_gatttool_LDADD = lib/libbluetooth.la @GLIB_LIBS@ builtin_modules += attrib |