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

Modified the unit-test Makefile to compenstate with the fact that the following

message no longer exists in the tapegateway TCP/IP application-protocol.
parent 1186cf3f
Branches
Tags
No related merge requests found
......@@ -92,7 +92,6 @@ rununittests: \
io_StreamCnvSvc.o \
io_StreamEndNotificationCnv.o \
io_StreamEndNotificationErrorReportCnv.o \
io_StreamEndNotificationFileErrorReportCnv.o \
io_StreamFilesListRequestCnv.o \
io_StreamFileErrorReportStructCnv.o \
io_StreamFileMigratedNotificationStructCnv.o \
......@@ -576,10 +575,6 @@ io_StreamEndNotificationErrorReportCnv.o: \
$(ROOT_DIR)/castor/io/StreamEndNotificationErrorReportCnv.cpp
g++ $(COMMON_OPS) -c $(INCLUDE_OPS) -o $@ $^
io_StreamEndNotificationFileErrorReportCnv.o: \
$(ROOT_DIR)/castor/io/StreamEndNotificationFileErrorReportCnv.cpp
g++ $(COMMON_OPS) -c $(INCLUDE_OPS) -o $@ $^
io_StreamFileErrorReportStructCnv.o: \
$(ROOT_DIR)/castor/io/StreamFileErrorReportStructCnv.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