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
570e6e2b
Commit
570e6e2b
authored
Jul 19, 2016
by
Eric Cano
Browse files
Packaged the ctautils library which was turned into a shared lib in the previous commit.
parent
9d2b9f3d
Changes
2
Hide whitespace changes
Inline
Side-by-side
cta.spec.in
View file @
570e6e2b
...
...
@@ -129,6 +129,8 @@ The shared libraries
%defattr(-,root,root)
%attr(0755,root,root) %{_libdir}/libctacatalogue.so
%attr(0755,root,root) %{_libdir}/libctacommon.so
#TODO: merge util and common
%attr(0755,root,root) %{_libdir}/libctautils.so
%attr(0755,root,root) %{_libdir}/libctaremotens.so
%attr(0755,root,root) %{_libdir}/libctascheduler.so
%attr(0755,root,root) %{_libdir}/libctaobjectstore.so
...
...
tapeserver/castor/utils/CMakeLists.txt
View file @
570e6e2b
...
...
@@ -59,6 +59,8 @@ add_library (ctautils SHARED ${UTILS_LIB_SRC_FILES})
target_link_libraries
(
ctautils castorlog
)
install
(
TARGETS ctautils DESTINATION usr/
${
CMAKE_INSTALL_LIBDIR
}
)
add_library
(
ctautilsunittests SHARED
SmartArrayPtrTest.cpp
SmartFdTest.cpp
...
...
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