all: port everything to libnm
authorDan Winship <danw@gnome.org>
Mon, 19 May 2014 17:44:02 +0000 (13:44 -0400)
committerDan Winship <danw@gnome.org>
Fri, 1 Aug 2014 18:34:05 +0000 (14:34 -0400)
commita7c4d53d036c0f75b0903c95de7cb8fbdc47413f
tree861f6f385edb63a97b405b0593193db382d35aad
parentc5daa4c4df07d413e5f760eac5a2f686f6062225
all: port everything to libnm

Since the API has not changed at this point, this is mostly just a
matter of updating Makefiles, and changing references to the library
name in comments.

NetworkManager cannot link to libnm due to the duplicated type/symbol
names. So it links to libnm-core.la directly, which means that
NetworkManager gets a separate copy of that code from libnm.so.
Everything else links to libnm.
62 files changed:
.gitignore
callouts/Makefile.am
callouts/tests/Makefile.am
clients/Makefile.am
clients/cli/Makefile.am
clients/cli/common.c
clients/cli/connections.c
clients/cli/nmcli.h
clients/cli/settings.c
clients/tui/Makefile.am
clients/tui/newt/nmt-newt-form.c
clients/tui/vpn-helpers.c
examples/C/glib/Makefile.am
examples/C/glib/add-connection-dbus-glib.c
examples/C/glib/add-connection-libnm.c [moved from examples/C/glib/add-connection-libnm-glib.c with 94% similarity]
examples/C/glib/get-active-connections-dbus-glib.c
examples/C/glib/get-ap-info-libnm.c [moved from examples/C/glib/get-ap-info-libnm-glib.c with 94% similarity]
examples/C/glib/list-connections-dbus-glib.c
examples/C/glib/list-connections-libnm.c [moved from examples/C/glib/list-connections-libnm-glib.c with 96% similarity]
examples/C/glib/monitor-nm-state-GDBus.c
examples/C/qt/Makefile.am
examples/C/qt/change-ipv4-addresses.cpp
examples/python/gi/add_connection.py
examples/python/gi/device-state-ip4config.py
examples/python/gi/firewall-zone.py
examples/python/gi/get-active-connections.py
examples/python/gi/get_ips.py
examples/python/gi/list-connections.py
examples/python/gi/show-wifi-networks.py
examples/python/gi/update-ip4-method.py
src/Makefile.am
src/devices/adsl/Makefile.am
src/devices/bluetooth/Makefile.am
src/devices/team/Makefile.am
src/devices/wifi/Makefile.am
src/devices/wifi/tests/Makefile.am
src/devices/wimax/Makefile.am
src/devices/wwan/Makefile.am
src/dhcp-manager/tests/Makefile.am
src/dnsmasq-manager/tests/Makefile.am
src/platform/nm-platform.c
src/platform/tests/Makefile.am
src/ppp-manager/Makefile.am
src/ppp-manager/nm-ppp-manager.c
src/rdisc/tests/Makefile.am
src/settings/nm-secret-agent.h
src/settings/plugins/example/Makefile.am
src/settings/plugins/ifcfg-rh/Makefile.am
src/settings/plugins/ifcfg-rh/tests/Makefile.am
src/settings/plugins/ifcfg-suse/Makefile.am
src/settings/plugins/ifnet/Makefile.am
src/settings/plugins/ifnet/tests/Makefile.am
src/settings/plugins/ifupdown/Makefile.am
src/settings/plugins/ifupdown/tests/Makefile.am
src/settings/plugins/ifupdown/tests/test-ifupdown.c
src/settings/plugins/keyfile/Makefile.am
src/settings/plugins/keyfile/tests/Makefile.am
src/settings/plugins/keyfile/tests/test-keyfile.c
src/settings/tests/Makefile.am
src/supplicant-manager/tests/Makefile.am
src/tests/Makefile.am
src/tests/config/Makefile.am