diff options
| author | Michael Biebl <biebl@debian.org> | 2018-10-21 03:00:34 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2018-10-21 03:00:34 +0200 |
| commit | 1f85f9683a41ca116af20fd19940576040303080 (patch) | |
| tree | 54c4ac337fe0b0091772b7ef6a22c715dd985fab /shared/meson.build | |
| parent | eca0cfe89a2a7ec88abe9c03075160f46b338137 (diff) | |
| parent | 5554398639fa9e344bd12205a64874e6436b936e (diff) | |
Merge branch 'experimental'
Diffstat (limited to 'shared/meson.build')
| -rw-r--r-- | shared/meson.build | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/shared/meson.build b/shared/meson.build index db6b8a40..e1cf620b 100644 --- a/shared/meson.build +++ b/shared/meson.build @@ -36,7 +36,9 @@ version_header = configure_file( configuration: version_conf, ) -shared_nm_utils_nm_meta_setting_c = files('nm-meta-setting.c') +shared_nm_ethtool_utils_c = files('nm-ethtool-utils.c') + +shared_nm_meta_setting_c = files('nm-meta-setting.c') shared_nm_test_utils_impl_c = files('nm-test-utils-impl.c') @@ -48,7 +50,9 @@ shared_files_libnm_core = files(''' nm-utils/nm-dedup-multi.c nm-utils/nm-enum-utils.c nm-utils/nm-hash-utils.c + nm-utils/nm-io-utils.c nm-utils/nm-random-utils.c + nm-utils/nm-secret-utils.c nm-utils/nm-shared-utils.c nm-utils/nm-udev-utils.c '''.split()) |