summaryrefslogtreecommitdiff
path: root/src/libnm-client-aux-extern/README.md
blob: 460b269e6d4a5db795f0841fda6072c097ae0ae5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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.