1
Fork 0
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:
faxe1008 2021-11-23 17:18:47 +01:00 committed by Andreas Kling
parent b2e7102194
commit b49bed5152
2 changed files with 11 additions and 26 deletions

View file

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