diff options
author | Dan Winship <danw@gnome.org> | 2014-03-19 14:16:48 -0400 |
---|---|---|
committer | Dan Winship <danw@gnome.org> | 2014-03-19 14:56:47 -0400 |
commit | a18248dd1b33806dc1b50fcd433143ae25dae784 (patch) | |
tree | 646d19af33bb81d3e1f59ffcb303ee6ad960a85d /src/devices/bluetooth | |
parent | 73d128bbd17120225bb4986e3f05566f10fab581 (diff) | |
download | NetworkManager-a18248dd1b33806dc1b50fcd433143ae25dae784.tar.gz |
devices: rename "atm" plugin to "adsl", and "bt" to "bluetooth"
The atm/adsl plugin really is a generic ATM plugin but (a) it needs a
bit of work to do IPoATM rather than just PPPoATM and PPPoEoATM, and
(b) most people currently using NM's ATM support are using DSL devices
not actual ATM cards anyway, and have no idea what "ATM" even means.
If we add the necessary IPoATM support later we can rename the plugin
back to -atm
Diffstat (limited to 'src/devices/bluetooth')
-rw-r--r-- | src/devices/bluetooth/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/devices/bluetooth/Makefile.am b/src/devices/bluetooth/Makefile.am index 5e716af25f..e2968dbedd 100644 --- a/src/devices/bluetooth/Makefile.am +++ b/src/devices/bluetooth/Makefile.am @@ -29,9 +29,9 @@ nm-device-bt-glue.h: $(top_srcdir)/introspection/nm-device-bt.xml BUILT_SOURCES = $(GLIB_GENERATED) nm-device-bt-glue.h -pkglib_LTLIBRARIES = libnm-device-plugin-bt.la +pkglib_LTLIBRARIES = libnm-device-plugin-bluetooth.la -libnm_device_plugin_bt_la_SOURCES = \ +libnm_device_plugin_bluetooth_la_SOURCES = \ nm-bluez-manager.c \ nm-bluez-manager.h \ nm-bluez-common.h \ @@ -49,8 +49,8 @@ libnm_device_plugin_bt_la_SOURCES = \ \ $(BUILT_SOURCES) -libnm_device_plugin_bt_la_LDFLAGS = -module -avoid-version -libnm_device_plugin_bt_la_LIBADD = \ +libnm_device_plugin_bluetooth_la_LDFLAGS = -module -avoid-version +libnm_device_plugin_bluetooth_la_LIBADD = \ $(top_builddir)/src/devices/wwan/libnm-wwan.la \ $(DBUS_LIBS) \ $(GUDEV_LIBS) |