mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 00:10:07 +01:00
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. |
||
|---|---|---|
| .. | ||
| add-connection-dbus-glib.c | ||
| add-connection-libnm.c | ||
| get-active-connections-dbus-glib.c | ||
| get-ap-info-libnm.c | ||
| list-connections-dbus-glib.c | ||
| list-connections-libnm.c | ||
| Makefile.am | ||
| monitor-nm-running-dbus-glib.c | ||
| monitor-nm-running-GDBus.c | ||
| monitor-nm-state-GDBus.c | ||