diff options
-rw-r--r-- | src/basic/meson.build | 2 | ||||
-rw-r--r-- | src/basic/path-lookup.c (renamed from src/shared/path-lookup.c) | 0 | ||||
-rw-r--r-- | src/basic/path-lookup.h (renamed from src/shared/path-lookup.h) | 0 | ||||
-rw-r--r-- | src/shared/meson.build | 2 |
4 files changed, 2 insertions, 2 deletions
diff --git a/src/basic/meson.build b/src/basic/meson.build index ccb22e1595..80ef6ff0ea 100644 --- a/src/basic/meson.build +++ b/src/basic/meson.build @@ -159,6 +159,8 @@ basic_sources = files(''' ordered-set.h parse-util.c parse-util.h + path-lookup.c + path-lookup.h path-util.c path-util.h prioq.c diff --git a/src/shared/path-lookup.c b/src/basic/path-lookup.c index 5e85b74a05..5e85b74a05 100644 --- a/src/shared/path-lookup.c +++ b/src/basic/path-lookup.c diff --git a/src/shared/path-lookup.h b/src/basic/path-lookup.h index 52f7a570a2..52f7a570a2 100644 --- a/src/shared/path-lookup.h +++ b/src/basic/path-lookup.h diff --git a/src/shared/meson.build b/src/shared/meson.build index 859c0bbfde..45a723f363 100644 --- a/src/shared/meson.build +++ b/src/shared/meson.build @@ -160,8 +160,6 @@ shared_sources = files(''' output-mode.h pager.c pager.h - path-lookup.c - path-lookup.h pe-header.h pkcs11-util.c pkcs11-util.h |