Skip to content
Snippets Groups Projects
Commit ede65523 authored by Steven Murray's avatar Steven Murray
Browse files

Fixed taped and libcastortape.so depdency problems

parent 75238dda
Branches
Tags
No related merge requests found
......@@ -52,9 +52,9 @@ set (TAPE_LIB_SRC_FILES Ctape_config.c Ctape_devinfo.c Ctape_dmpfil.c
add_library (castortape SHARED ${TAPE_LIB_SRC_FILES} ${TAPE_LIB_USR_SRC_FILES})
set_target_properties (castortape PROPERTIES SOVERSION ${MAJOR_CASTOR_VERSION})
target_link_libraries (castortape castorcommon castorvmgr)
target_link_libraries (castortape castorcommon castordlf castorvmgr)
install (TARGETS castortape DESTINATION ${CASTOR_DEST_LIB_DIR})
set (TAPED_SRC_FILES tpdaemon.c checkjobdied.c cvtden.c sendrep.c tplogit.c usrmsg.c)
add_executable(taped ${TAPED_SRC_FILES})
target_link_libraries (taped castorcommon castorvdqm)
target_link_libraries (taped castorcommon castortape castorvdqm)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment