1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 22:37:35 +00:00

usermod: Port to LibMain

This commit is contained in:
faxe1008 2021-11-23 17:19:26 +01:00 committed by Andreas Kling
parent b49bed5152
commit 02a7cfaad6
2 changed files with 10 additions and 25 deletions

View file

@ -107,6 +107,7 @@ target_link_libraries(truncate LibMain)
target_link_libraries(tt LibPthread)
target_link_libraries(unzip LibArchive LibCompress)
target_link_libraries(userdel LibMain)
target_link_libraries(usermod LibMain)
target_link_libraries(utmpupdate LibMain)
target_link_libraries(zip LibArchive LibCompress LibCrypto)
target_link_libraries(cpp-lexer LibCpp)