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:
parent
b49bed5152
commit
02a7cfaad6
2 changed files with 10 additions and 25 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue