summaryrefslogtreecommitdiff
path: root/clients/cli/meson.build
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2021-02-04 11:05:19 +0100
committerThomas Haller <thaller@redhat.com>2021-02-09 12:38:17 +0100
commit606612ea5938d3806fb73590b4c64eaeb78bb3e1 (patch)
tree7823687ff572ad6a6cce01e1444b81ebfa0ef8fc /clients/cli/meson.build
parent8f4f91b66729871b5a730ae19f76e34ac1dbfedc (diff)
downloadNetworkManager-606612ea5938d3806fb73590b4c64eaeb78bb3e1.tar.gz
all: add "libnm/nm-default-client.h" as replacement for "nm-default.h"
Diffstat (limited to 'clients/cli/meson.build')
-rw-r--r--clients/cli/meson.build2
1 files changed, 0 insertions, 2 deletions
diff --git a/clients/cli/meson.build b/clients/cli/meson.build
index f154e52082..f8e6a8236d 100644
--- a/clients/cli/meson.build
+++ b/clients/cli/meson.build
@@ -29,7 +29,6 @@ executable(
],
c_args: [
'-DG_LOG_DOMAIN="nmcli"',
- '-DNETWORKMANAGER_COMPILATION=NM_NETWORKMANAGER_COMPILATION_CLIENT',
],
link_args: ldflags_linker_script_binary,
link_depends: linker_script_binary,
@@ -50,7 +49,6 @@ generate_docs_nm_settings_nmcli = executable(
],
c_args: [
'-DG_LOG_DOMAIN="nmcli"',
- '-DNETWORKMANAGER_COMPILATION=NM_NETWORKMANAGER_COMPILATION_CLIENT',
],
link_args: ldflags_linker_script_binary,
link_depends: linker_script_binary,