Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dCache
cta
Commits
47146bca
Commit
47146bca
authored
Nov 23, 2015
by
Eric Cano
Browse files
Added missing library to RPMs following the previous library renaming.
parent
8b229b68
Changes
2
Hide whitespace changes
Inline
Side-by-side
cta.spec.in
View file @
47146bca
...
...
@@ -73,6 +73,7 @@ The tape server daemon
%files -n cta-tapeserver
%defattr(-,root,root)
%attr(0755,root,root) %{_bindir}/cta-tapeserverd
%attr(0755,root,root) %{_libdir}/libctamessages.so
%package -n cta-frontend
Summary: CERN Tape Archive
...
...
tapeserver/castor/messages/CMakeLists.txt
View file @
47146bca
...
...
@@ -53,6 +53,7 @@ set(CtaMessageSrcs
add_library
(
ctamessages SHARED
${
CtaMessageSrcs
}
)
install
(
TARGETS ctamessages DESTINATION usr/
${
CMAKE_INSTALL_LIBDIR
}
)
add_dependencies
(
ctamessages ctamessagesprotobuf
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment