diff options
author | Vinicius Costa Gomes <vinicius.gomes@openbossa.org> | 2011-03-28 19:40:46 -0300 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2011-03-30 19:15:43 +0300 |
commit | c6477c3cccb3fb160985bfab8604d31d1e2a66f0 (patch) | |
tree | aced954b2b2830e7f5c34713cfe401b877654244 /Makefile.am | |
parent | c602de90fb31a0c517fb9d62df99f8ff624379ce (diff) |
Move Attrib client to the core
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index a23cc6082..77b9b7d06 100644 --- a/Makefile.am +++ b/Makefile.am @@ -89,7 +89,8 @@ endif endif attrib_sources = attrib/att.h attrib/att.c attrib/gatt.h attrib/gatt.c \ - attrib/gattrib.h attrib/gattrib.c + attrib/gattrib.h attrib/gattrib.c attrib/client.h \ + attrib/client.c gdbus_sources = gdbus/gdbus.h gdbus/mainloop.c gdbus/watch.c \ gdbus/object.c gdbus/polkit.c @@ -204,7 +205,6 @@ endif builtin_modules += attrib builtin_sources += attrib/main.c \ attrib/manager.h attrib/manager.c \ - attrib/client.h attrib/client.c \ attrib/example.h attrib/example.c endif |