summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/CMakeLists.txt10
1 files changed, 1 insertions, 9 deletions
diff --git a/utils/CMakeLists.txt b/utils/CMakeLists.txt
index 949c376..9301678 100644
--- a/utils/CMakeLists.txt
+++ b/utils/CMakeLists.txt
@@ -5,14 +5,6 @@ IF(EUREPHIADM)
SET(e_init_SRC
eurephia_init.c
benchmark.c
- ../common/eurephia_values.c
- ../common/eurephia_log.c
- ../common/eurephia_getsym.c
- ../common/eurephia_xml.c
- ../common/passwd.c
- ../common/sha512.c
- ../common/randstr.c
- ../database/eurephiadb.c
../eurephiadm/get_console_input.c
../eurephiadm/argparser.c
../eurephiadm/client_context.c
@@ -25,7 +17,7 @@ IF(EUREPHIADM)
INCLUDE_DIRECTORIES(../common ../database ../eurephiadm)
ADD_EXECUTABLE(eurephia_init ${e_init_SRC})
- TARGET_LINK_LIBRARIES(eurephia_init dl crypto ${EXTRA_LIBS})
+ TARGET_LINK_LIBRARIES(eurephia_init dl crypto common ${EXTRA_LIBS})
SET(saltdecode_SRC
saltdecode.c