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

Added build rules for posovl

parent f53f7483
Branches
Tags
No related merge requests found
......@@ -64,3 +64,10 @@ 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})
set (POSOVL_SRC_FILES posovl.c buildhdrlbl.c builduhl.c buildvollbl.c
ebc2asc.c getdrvstatus.c inquiry.c locate.c posittape.c readlbl.c rwndtape.c
send2tpd.c sendrep.c skiptape.c tperror.c tplogit.c usrmsg.c)
add_executable(posovl ${POSOVL_SRC_FILES})
target_link_libraries(posovl castorcommon castortape)
install (TARGETS posovl 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