Skip to content

Commit

Permalink
Move XrdSecsssID to libXrdUtils and drop libXrdSecsss ependency in Xr…
Browse files Browse the repository at this point in the history
…dFfs.

Linking against plug-ins is no longer allowed.
  • Loading branch information
abh3 committed Sep 25, 2014
1 parent e3f3c75 commit f44cdce
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/XrdFfs.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ target_link_libraries(
XrdFfs
XrdCl
XrdPosix
XrdSecsss
XrdUtils
pthread )

Expand Down
1 change: 0 additions & 1 deletion src/XrdSec.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ add_library(
XrdSecsss
SHARED
XrdSecsss/XrdSecProtocolsss.cc XrdSecsss/XrdSecProtocolsss.hh
XrdSecsss/XrdSecsssID.cc XrdSecsss/XrdSecsssID.hh
XrdSecsss/XrdSecsssKT.cc XrdSecsss/XrdSecsssKT.hh
XrdSecsss/XrdSecsssRR.hh )

Expand Down
1 change: 1 addition & 0 deletions src/XrdUtils.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ add_library(
# XrdSec
#-----------------------------------------------------------------------------
XrdSec/XrdSecLoadSecurity.cc XrdSec/XrdSecLoadSecurity.hh
XrdSecsss/XrdSecsssID.cc XrdSecsss/XrdSecsssID.hh

)

Expand Down

0 comments on commit f44cdce

Please sign in to comment.