diff options
author | Iñigo Martínez <inigomartinez@gmail.com> | 2018-01-05 14:17:55 +0100 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2018-01-08 13:03:53 +0100 |
commit | 876de69e08140ff34ede23fe457117f5d815ab48 (patch) | |
tree | 143f1def04e7dba846474de93c532d23ac8dcca1 /src/systemd | |
parent | 95c1579e2532e3e1ac6dfb412226ec1c17ae03c2 (diff) | |
download | NetworkManager-876de69e08140ff34ede23fe457117f5d815ab48.tar.gz |
build/meson: don't include libnm when building src/systemd
"src/" must not include "libnm/". This also causes a build failure,
because it would include "libnm/nm-types.h", instead of "src/nm-types.h".
https://mail.gnome.org/archives/networkmanager-list/2018-January/msg00032.html
[thaller@redhat.com: original patch modified and commit message changed]
Diffstat (limited to 'src/systemd')
-rw-r--r-- | src/systemd/meson.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/systemd/meson.build b/src/systemd/meson.build index 02889ce247..0d9213b290 100644 --- a/src/systemd/meson.build +++ b/src/systemd/meson.build @@ -54,7 +54,6 @@ incs = [ top_inc, shared_inc, libnm_core_inc, - libnm_inc, src_inc, include_directories( 'sd-adapt', |