build: remove shared/ directory

This commit is contained in:
Thomas Haller
2021-02-24 09:02:49 +01:00
parent 635d84b896
commit 7b48d6bd31
12 changed files with 12 additions and 132 deletions

View File

@@ -7,5 +7,5 @@ libnm_log_null = static_library(
src_inc,
top_inc,
],
dependencies: glib_nm_default_dep,
dependencies: glib_dep,
)