diff options
author | Ossama Othman <ossama.othman@intel.com> | 2013-11-26 11:03:49 -0800 |
---|---|---|
committer | Ossama Othman <ossama.othman@intel.com> | 2013-11-26 11:03:49 -0800 |
commit | f612f06d4ab4f892fda44aca9b98a5068c4b8b05 (patch) | |
tree | f0e433c82f02208e521268e7da17707aaccc417d /plugins/connman/Makefile.am | |
parent | 086b50649970edd6cf2470d840fcec75035b1d19 (diff) | |
download | settings-daemon-f612f06d4ab4f892fda44aca9b98a5068c4b8b05.tar.gz settings-daemon-f612f06d4ab4f892fda44aca9b98a5068c4b8b05.tar.bz2 settings-daemon-f612f06d4ab4f892fda44aca9b98a5068c4b8b05.zip |
Migrated to new connman::technology interface.
Change-Id: I4dd40214baf16fda00177da11fa7e83cdc4f2e3c
Signed-off-by: Ossama Othman <ossama.othman@intel.com>
Diffstat (limited to 'plugins/connman/Makefile.am')
-rw-r--r-- | plugins/connman/Makefile.am | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/plugins/connman/Makefile.am b/plugins/connman/Makefile.am index e87ac62..b8ebe39 100644 --- a/plugins/connman/Makefile.am +++ b/plugins/connman/Makefile.am @@ -36,12 +36,10 @@ connman_la_SOURCES = \ dbus_connection.cpp \ connman.cpp \ connman_manager.cpp \ + connman_technology.cpp \ service.cpp \ technology.cpp \ - bluetooth.cpp \ clock.cpp \ - ethernet.cpp \ - wifi.cpp \ registration.cpp \ $(BUILT_SOURCES) connman_la_CXXFLAGS = \ @@ -65,12 +63,10 @@ noinst_HEADERS = \ dbus_connection.hpp \ connman.hpp \ connman_manager.hpp \ + connman_technology.hpp \ service.hpp \ technology.hpp \ - bluetooth.hpp \ - clock.hpp \ - ethernet.hpp \ - wifi.hpp + clock.hpp dbus_codegen_verbose = $(dbus_codegen_verbose_$(V)) dbus_codegen_verbose_ = $(dbus_codegen_verbose_$(AM_DEFAULT_VERBOSITY)) |