mirror of
https://github.com/systemd/systemd.git
synced 2025-01-12 13:18:14 +03:00
shared: move uid-alloc-range.[ch] from src/shared/ → src/basic/
This way we can use it in libsystemd
This commit is contained in:
parent
e754af353c
commit
8a8b4a8784
@ -92,6 +92,7 @@ basic_sources = files(
|
||||
'terminal-util.c',
|
||||
'time-util.c',
|
||||
'tmpfile-util.c',
|
||||
'uid-alloc-range.c',
|
||||
'uid-range.c',
|
||||
'unit-def.c',
|
||||
'unit-file.c',
|
||||
|
@ -154,7 +154,6 @@ shared_sources = files(
|
||||
'tomoyo-util.c',
|
||||
'tpm2-util.c',
|
||||
'udev-util.c',
|
||||
'uid-alloc-range.c',
|
||||
'user-record-nss.c',
|
||||
'user-record-show.c',
|
||||
'user-record.c',
|
||||
|
Loading…
Reference in New Issue
Block a user