mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:57:44 +00:00
userdel: Port to LibMain
This commit is contained in:
parent
b2e7102194
commit
b49bed5152
2 changed files with 11 additions and 26 deletions
|
@ -106,6 +106,7 @@ target_link_libraries(test-pthread LibThreading)
|
|||
target_link_libraries(truncate LibMain)
|
||||
target_link_libraries(tt LibPthread)
|
||||
target_link_libraries(unzip LibArchive LibCompress)
|
||||
target_link_libraries(userdel LibMain)
|
||||
target_link_libraries(utmpupdate LibMain)
|
||||
target_link_libraries(zip LibArchive LibCompress LibCrypto)
|
||||
target_link_libraries(cpp-lexer LibCpp)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue