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

Fixed the unittest Makefile. It now does not try to compile wsacct.c. This

file was removed from CASTOR when the system accounting functionality was
removed.
parent f773dbeb
Branches
Tags
No related merge requests found
......@@ -65,7 +65,6 @@ rununittests: \
common_socket_timeout.o \
common_trace.o \
common_u64subr.o \
common_wsacct.o \
dlf_Dlf.o \
dlf_Param.o \
dlf_dlf_lib.o \
......@@ -500,9 +499,6 @@ common_Cpwd.o: $(ROOT_DIR)/common/Cpwd.c
common_u64subr.o: $(ROOT_DIR)/common/u64subr.c
gcc -g -pthread -c $(INCLUDE_OPS) -o $@ $^
common_wsacct.o: $(ROOT_DIR)/common/wsacct.c
gcc $(COMMON_OPS) -c $(INCLUDE_OPS) -o $@ $^
dlf_Dlf.o: $(ROOT_DIR)/castor/dlf/Dlf.cpp
g++ $(COMMON_OPS) -c $(INCLUDE_OPS) -o $@ $^
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment