summaryrefslogtreecommitdiff
path: root/shared
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2021-02-19 15:23:34 +0100
committerThomas Haller <thaller@redhat.com>2021-02-24 12:48:37 +0100
commit9bba4871f3d46a3eccec84ac63e053e1dd1775b9 (patch)
tree45a7c0786e32220ff5100a171f5c9efb889b0621 /shared
parentb53c50e7786c6a5015fae0fc7538ccdd460ef985 (diff)
downloadNetworkManager-9bba4871f3d46a3eccec84ac63e053e1dd1775b9.tar.gz
build: move "libnm/" to "src/" and split it
Like with "libnm-core/", split "libnm/" into different directories for the public headers, for the implementation and for the helper "aux" library.
Diffstat (limited to 'shared')
-rw-r--r--shared/nm-test-utils-impl.c2
-rw-r--r--shared/nm-utils/nm-compat.c2
-rw-r--r--shared/nm-utils/nm-vpn-plugin-utils.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/shared/nm-test-utils-impl.c b/shared/nm-test-utils-impl.c
index c740126515..705718eb57 100644
--- a/shared/nm-test-utils-impl.c
+++ b/shared/nm-test-utils-impl.c
@@ -3,7 +3,7 @@
* Copyright (C) 2010 - 2015 Red Hat, Inc.
*/
-#include "libnm/nm-default-libnm.h"
+#include "libnm-client-impl/nm-default-libnm.h"
#include <sys/wait.h>
diff --git a/shared/nm-utils/nm-compat.c b/shared/nm-utils/nm-compat.c
index dad4822755..f15c29c9e6 100644
--- a/shared/nm-utils/nm-compat.c
+++ b/shared/nm-utils/nm-compat.c
@@ -3,7 +3,7 @@
* Copyright (C) 2017 Red Hat, Inc.
*/
-#include "libnm/nm-default-libnm.h"
+#include "libnm-client-impl/nm-default-libnm.h"
#include "nm-compat.h"
diff --git a/shared/nm-utils/nm-vpn-plugin-utils.c b/shared/nm-utils/nm-vpn-plugin-utils.c
index 89285ecd2f..b10695b74d 100644
--- a/shared/nm-utils/nm-vpn-plugin-utils.c
+++ b/shared/nm-utils/nm-vpn-plugin-utils.c
@@ -3,7 +3,7 @@
* Copyright (C) 2016, 2018 Red Hat, Inc.
*/
-#include "libnm/nm-default-client.h"
+#include "libnm-client-aux-extern/nm-default-client.h"
#include "nm-vpn-plugin-utils.h"