Skip to content

Commit

Permalink
Add xrdacctest to list of install targets and list of files in spec
Browse files Browse the repository at this point in the history
file.
  • Loading branch information
Bruno Canning committed Aug 19, 2016
1 parent 422b974 commit 87a5cbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packaging/rhel/xrootd.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -596,6 +596,7 @@ fi
%{_bindir}/xrdmapc
%{_bindir}/xrootd
%{_bindir}/xrdpfc_print
%{_bindir}/xrdacctest
%{_mandir}/man8/cmsd.8*
%{_mandir}/man8/cns_ssi.8*
%{_mandir}/man8/frm_admin.8*
Expand Down
2 changes: 1 addition & 1 deletion src/XrdApps.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ target_link_libraries(
# Install
#-------------------------------------------------------------------------------
install(
TARGETS xrdadler32 cconfig mpxstats wait41 xrdcp-old XrdAppUtils xrdmapc
TARGETS xrdadler32 cconfig mpxstats wait41 xrdcp-old XrdAppUtils xrdmapc xrdacctest
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} )

Expand Down

0 comments on commit 87a5cbb

Please sign in to comment.