Move path-lookup.c to src/basic

I want to use it from sd-path later on so it needs to be moved out of
src/shared (libsystemd is not allowed to use code from src/shared).
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2020-03-24 12:21:41 +01:00
parent 385093b702
commit 09e6443ef4
4 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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