diff --git a/executer/user/CMakeLists.txt b/executer/user/CMakeLists.txt index 545d5a48..9e8edeab 100644 --- a/executer/user/CMakeLists.txt +++ b/executer/user/CMakeLists.txt @@ -57,7 +57,7 @@ if (ENABLE_QLMPI) endif() if (ENABLE_UTI) - add_library(mck_syscall_intercept SHARED arch/${ARCH}/archdep_c.c) + add_library(mck_syscall_intercept SHARED syscall_intercept.c arch/${ARCH}/archdep_c.c) target_link_libraries(mck_syscall_intercept ${LIBSYSCALL_INTERCEPT}) set_target_properties(mck_syscall_intercept PROPERTIES INSTALL_RPATH_USE_LINK_PATH TRUE)