@ -8,5 +8,5 @@ add_subdirectory(utils)
add_executable(ss-bootstrap-local local.c common.c load.c sip003.c)
target_link_libraries(ss-bootstrap-local utils pthread)
add_executable(ss-bootstrap-server local.c common.c load.c sip003.c)
add_executable(ss-bootstrap-server server.c common.c load.c sip003.c)
target_link_libraries(ss-bootstrap-server utils pthread)