summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2020-06-09 18:06:15 +0200
committerThomas Haller <thaller@redhat.com>2020-06-11 10:53:50 +0200
commitcaa70a50d747a21d95e4b74c4e0472a153767466 (patch)
treefbd61fe06be596a5a40a2876592706d71a283a3f /docs
parenta9408e34974b62e60b5e71fb975e09b7c5c82b7d (diff)
downloadNetworkManager-caa70a50d747a21d95e4b74c4e0472a153767466.tar.gz
all: move "shared/nm-libnm-aux" to "libnm/nm-libnm-aux"
Like the previous commit. Move code that depends on libnm out of shared to avoid circular dependency. Also add a readme file explaining the reason for existence of the helper library.
Diffstat (limited to 'docs')
-rw-r--r--docs/libnm/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/libnm/Makefile.am b/docs/libnm/Makefile.am
index e1a019b313..6f04cd1e4d 100644
--- a/docs/libnm/Makefile.am
+++ b/docs/libnm/Makefile.am
@@ -66,6 +66,8 @@ IGNORE_HFILES= \
nm-dispatcher-api.h \
nm-libnm-core-aux.h \
\
+ nm-libnm-aux.h \
+ \
$(NULL)
# Images to copy into HTML directory.