Skip to content
Snippets Groups Projects
Commit b97a3482 authored by Steven Murray's avatar Steven Murray
Browse files

Removed the compilation of the now exstinct accounting code.

parent a4f067ff
Branches
Tags
No related merge requests found
......@@ -36,7 +36,7 @@ set (COMMON_LIB_SRC_FILES
getifnam.c getuser.c log.c marshall.c
readc.c remote.c
serror.c socket.c solveln.c trace.c
wsacct.c ypgetacct.c ypgetacctent.c
ypgetacct.c ypgetacctent.c
Cthread.c Cglobals.c Cgrp.c Cmutex.c Cuuid.c
Cdomainname.c Cnetdb.c Cpool.c Cpwd.c Cstrerror.c
socket_timeout.c u64subr.c Cinitdaemon.c Cgetopt.c
......
......@@ -122,8 +122,7 @@ install (TARGETS posovl DESTINATION ${CASTOR_DEST_BIN_DIR})
################################################################################
# Rules to build tplabel and install its man page
################################################################################
set (TPLABEL_SRC_FILES tplabel.c)
add_executable(tplabel ${TPLABEL_SRC_FILES})
add_executable(tplabel tplabel.c)
target_link_libraries(tplabel castorcommon castortape)
install (TARGETS tplabel DESTINATION ${CASTOR_DEST_BIN_DIR})
install (FILES tplabel.man DESTINATION ${CASTOR_DEST_MAN_DIR}/man1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment