NetworkManager/src/libnm-client-aux-extern
2021-03-02 08:38:25 +01:00
..
tests build: move "clients/common/" to "src/libnmc-{base,setting}/" 2021-03-02 08:38:25 +01:00
meson.build build/meson: cleanup libnm-client-aux-extern 2021-02-28 18:56:08 +01:00
nm-default-client.h build: move "libnm/" to "src/" and split it 2021-02-24 12:48:37 +01:00
nm-libnm-aux.c build: move "libnm/" to "src/" and split it 2021-02-24 12:48:37 +01:00
nm-libnm-aux.h build: move "libnm/" to "src/" and split it 2021-02-24 12:48:37 +01:00
README.md build: move "libnm/" to "src/" and split it 2021-02-24 12:48:37 +01:00

nm-libnm-aux is a static library that:

  • uses the public parts of "libnm"
  • that can also be statically linked into other users of libnm.

Basically, it is a static library with utility functions that extends libnm.

That means:

  • you can use it everywhere where you dynamically link with libnm.

Also, since nm-libnm-aux itself only uses public (stable) API of libnm, you theoretically can copy the sources into your own source tree.