From: Daniel Wagner <daniel.wagner@xxxxxxxxxxxx> att-database is missing in the dist target. --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index d475555..da6a584 100644 --- a/Makefile.am +++ b/Makefile.am @@ -108,7 +108,8 @@ endif attrib_sources = attrib/att.h attrib/att.c attrib/gatt.h attrib/gatt.c \ attrib/gattrib.h attrib/gattrib.c attrib/client.h \ - attrib/client.c attrib/gatt-service.h attrib/gatt-service.c + attrib/client.c attrib/gatt-service.h attrib/gatt-service.c \ + attrib/att-database.h gdbus_sources = gdbus/gdbus.h gdbus/mainloop.c gdbus/watch.c \ gdbus/object.c gdbus/polkit.c -- 1.7.10.rc3.1.gb3065 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html