Blame libnm/nm-libnm-aux/README.md

Packit 5756e2
nm-libnm-aux is a static library that:
Packit 5756e2
Packit 5756e2
 - uses the public parts of "libnm"
Packit 5756e2
 - that can also be statically linked into other users of libnm.
Packit 5756e2
Packit 5756e2
Basically, it is a static library with utility functions that extends
Packit 5756e2
libnm.
Packit 5756e2
Packit 5756e2
That means:
Packit 5756e2
Packit 5756e2
  - you can use it everywhere where you dynamically link with libnm.
Packit 5756e2
Packit 5756e2
Also, since nm-libnm-aux itself only uses public (stable)
Packit 5756e2
API of libnm, you theoretically can copy the sources into your
Packit 5756e2
own source tree.