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

Added the rules to build taped

parent 05551390
Branches
Tags
No related merge requests found
......@@ -75,6 +75,7 @@ add_subdirectory (common)
add_subdirectory (dlf)
add_subdirectory (tape)
add_subdirectory (upv)
add_subdirectory (vdqm)
add_subdirectory (vmgr)
###########################################################################
......
......@@ -54,3 +54,7 @@ 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)
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)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment