Skip to content

Commit

Permalink
[CMake] Move XrdClEnum.hh to XrdOucEnum.hh
Browse files Browse the repository at this point in the history
  • Loading branch information
ljanyst committed Apr 19, 2013
1 parent 7cb8165 commit d474e85
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/XrdCl/CMakeLists.txt
Expand Up @@ -60,7 +60,6 @@ add_library(
XrdClForkHandler.cc XrdClForkHandler.hh
XrdClCheckSumManager.cc XrdClCheckSumManager.hh
XrdClTransportManager.cc XrdClTransportManager.hh
XrdClEnum.hh
XrdClSyncQueue.hh
XrdClJobManager.cc XrdClJobManager.hh
XrdClResponseJob.hh
Expand Down Expand Up @@ -134,7 +133,6 @@ install(
XrdClStatus.hh
XrdClURL.hh
XrdClXRootDResponses.hh
XrdClEnum.hh
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/xrootd/XrdCl )

install(
Expand Down
1 change: 1 addition & 0 deletions src/XrdHeaders.cmake
Expand Up @@ -60,6 +60,7 @@ set( XROOTD_PUBLIC_HEADERS
XrdOuc/XrdOucTrace.hh
XrdOuc/XrdOucUtils.hh
XrdOuc/XrdOuca2x.hh
XrdOuc/XrdOucEnum.hh
XrdPosix/XrdPosixCallBack.hh
XrdPosix/XrdPosixExtern.hh
XrdPosix/XrdPosixOsDep.hh
Expand Down
1 change: 1 addition & 0 deletions src/XrdUtils.cmake
Expand Up @@ -91,6 +91,7 @@ add_library(
XrdOuc/XrdOucTable.hh
XrdOuc/XrdOucTList.hh
XrdOuc/XrdOucXAttr.hh
XrdOuc/XrdOucEnum.hh

#-----------------------------------------------------------------------------
# XrdNet
Expand Down

0 comments on commit d474e85

Please sign in to comment.