Skip to content

Commit

Permalink
[Release] Exclude XrdClProxyPlugin from 4.6.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichal committed Apr 6, 2017
1 parent 031ef03 commit 65df7a2
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 694 deletions.
1 change: 0 additions & 1 deletion packaging/rhel/xrootd.spec.in
Expand Up @@ -654,7 +654,6 @@ fi
%files libs
%defattr(-,root,root,-)
%{_libdir}/libXrdAppUtils.so.1*
%{_libdir}/libXrdClProxyPlugin-4.so
%{_libdir}/libXrdCks*-4.so
%{_libdir}/libXrdCrypto.so.1*
%{_libdir}/libXrdCryptoLite.so.1*
Expand Down
25 changes: 1 addition & 24 deletions src/XrdApps.cmake
@@ -1,11 +1,6 @@

include( XRootDCommon )

#-------------------------------------------------------------------------------
# Modules
#-------------------------------------------------------------------------------
set( LIB_XRDCL_PROXY_PLUGIN XrdClProxyPlugin-${PLUGIN_VERSION} )

#-------------------------------------------------------------------------------
# Shared library version
#-------------------------------------------------------------------------------
Expand Down Expand Up @@ -126,29 +121,11 @@ target_link_libraries(
pthread
${EXTRA_LIBS} )

#-------------------------------------------------------------------------------
# XrdClProxyPlugin library
#-------------------------------------------------------------------------------
add_library(
${LIB_XRDCL_PROXY_PLUGIN}
MODULE
XrdApps/XrdClProxyPlugin/ProxyPrefixPlugin.cc
XrdApps/XrdClProxyPlugin/ProxyPrefixFile.cc)

target_link_libraries(${LIB_XRDCL_PROXY_PLUGIN} XrdCl)

set_target_properties(
${LIB_XRDCL_PROXY_PLUGIN}
PROPERTIES
INTERFACE_LINK_LIBRARIES ""
LINK_INTERFACE_LIBRARIES "" )

#-------------------------------------------------------------------------------
# Install
#-------------------------------------------------------------------------------
install(
TARGETS xrdadler32 cconfig mpxstats wait41 xrdcp-old XrdAppUtils xrdmapc
xrdacctest ${LIB_XRDCL_PROXY_PLUGIN}
TARGETS xrdadler32 cconfig mpxstats wait41 xrdcp-old XrdAppUtils xrdmapc xrdacctest
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} )

Expand Down
228 changes: 0 additions & 228 deletions src/XrdApps/XrdClProxyPlugin/ProxyPrefixFile.cc

This file was deleted.

0 comments on commit 65df7a2

Please sign in to comment.