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

Added build rules for confdrive

parent d8e9b7fb
Branches
Tags
No related merge requests found
......@@ -58,5 +58,9 @@ 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 castortape castorvdqm)
install (TARGETS taped DESTINATION ${CASTOR_DEST_BIN_DIR})
set (CONFDRIVE_SRC_FILES confdrive.c sendrep.c tplogit.c)
add_executable(confdrive ${CONFDRIVE_SRC_FILES})
target_link_libraries(confdrive castorcommon castortape castorvdqm)
install (TARGETS confdrive DESTINATION ${CASTOR_DEST_BIN_DIR})
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment