Skip to content
Snippets Groups Projects
Commit bd59f4f8 authored by Eric Cano's avatar Eric Cano
Browse files

Renamed cta tape server to cta-tapeserverd so that we can install castor tape server side by side

(some libraries from the castor package are currently necessary).
parent f78c5005
No related branches found
No related tags found
No related merge requests found
......@@ -72,7 +72,7 @@ CERN Tape Archive:
The tape server daemon
%files -n cta-tapeserver
%defattr(-,root,root)
%attr(0755,root,root) %{_bindir}/tapeserverd
%attr(0755,root,root) %{_bindir}/cta-tapeserverd
%package -n cta-frontend
Summary: CERN Tape Archive
......
......@@ -77,9 +77,11 @@ add_library(castorTapeServerDaemon
target_link_libraries(castorTapeServerDaemon castormessages castortapereactor ctacommon ctanameserver ctaremotens protobuf ctascheduler)
add_dependencies(castorTapeServerDaemon castormessagesprotobuf)
add_executable(tapeserverd TapeDaemon.cpp)
target_link_libraries(tapeserverd castorTapeServerDaemon SCSI System Utils File TapeDrive castorcommon castorclient castorlegacymsg castorserver castortapereactor ${LIBCAP_LIB} ${ZLIB_LIBRARIES} castormessages zmq)
install (TARGETS tapeserverd DESTINATION usr/bin)
add_executable(cta-tapeserverd TapeDaemon.cpp)
target_link_libraries(cta-tapeserverd castorTapeServerDaemon SCSI System Utils
File TapeDrive castorcommon castorclient castorlegacymsg castorserver
castortapereactor ${LIBCAP_LIB} ${ZLIB_LIBRARIES} castormessages zmq)
install (TARGETS cta-tapeserverd DESTINATION usr/bin)
add_library(castortapeserverdaemonutils SHARED
ProcessForkerProxyDummy.cpp)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment