summaryrefslogtreecommitdiff
path: root/shared/meson.build
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2019-05-04 11:24:07 +0200
committerThomas Haller <thaller@redhat.com>2019-05-12 09:56:36 +0200
commit655e6bb1e320f1ac86b4c92e5d7822ead29c257f (patch)
treec56cf3acfa8585e8d4dae7379c52c2f425fb47e2 /shared/meson.build
parenta381b3999efa86443fb150a12d74176fb07a27f6 (diff)
downloadNetworkManager-655e6bb1e320f1ac86b4c92e5d7822ead29c257f.tar.gz
shared: add "shared/nm-glib-aux/nm-dbus-aux.h"
Diffstat (limited to 'shared/meson.build')
-rw-r--r--shared/meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/shared/meson.build b/shared/meson.build
index a63068eca5..65fdfcabc7 100644
--- a/shared/meson.build
+++ b/shared/meson.build
@@ -139,7 +139,8 @@ shared_nm_glib_aux_c_args = [
shared_nm_glib_aux = static_library(
'nm-utils-base',
- sources: files('nm-glib-aux/nm-dedup-multi.c',
+ sources: files('nm-glib-aux/nm-dbus-aux.c',
+ 'nm-glib-aux/nm-dedup-multi.c',
'nm-glib-aux/nm-enum-utils.c',
'nm-glib-aux/nm-errno.c',
'nm-glib-aux/nm-hash-utils.c',