summaryrefslogtreecommitdiff
path: root/docs/libnm
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2021-03-04 13:16:57 +0100
committerThomas Haller <thaller@redhat.com>2021-03-05 11:27:02 +0100
commit398b50993169714b0078f1f5ad51b75e4ca2d458 (patch)
tree7e3e85d8b83ee11f95dfeaa43d435e4ffffcc096 /docs/libnm
parent40fc7bd39a17463280465df4ce9313f590e5b478 (diff)
downloadNetworkManager-398b50993169714b0078f1f5ad51b75e4ca2d458.tar.gz
base: move "libnm-core-intern/nm-core-types-internal.h" to libnm-base
"libnm-platform" has no dependency on libnm-core. To have the symbols accessible, move them to libnm-base.
Diffstat (limited to 'docs/libnm')
-rw-r--r--docs/libnm/Makefile.am1
-rw-r--r--docs/libnm/meson.build1
2 files changed, 0 insertions, 2 deletions
diff --git a/docs/libnm/Makefile.am b/docs/libnm/Makefile.am
index 3de6976b70..17244c1226 100644
--- a/docs/libnm/Makefile.am
+++ b/docs/libnm/Makefile.am
@@ -41,7 +41,6 @@ IGNORE_HFILES= \
common.h \
nm-core-internal.h \
nm-core-tests-enum-types.h \
- nm-core-types-internal.h \
nm-crypto-impl.h \
nm-crypto.h \
nm-dbus-helpers.h \
diff --git a/docs/libnm/meson.build b/docs/libnm/meson.build
index 746335c4ce..5a87b62a76 100644
--- a/docs/libnm/meson.build
+++ b/docs/libnm/meson.build
@@ -4,7 +4,6 @@ private_headers = [
'common.h',
'nm-core-internal.h',
'nm-core-tests-enum-types.h',
- 'nm-core-types-internal.h',
'nm-crypto-impl.h',
'nm-crypto.h',
'nm-dbus-helpers.h',