removed MySocketTCP.cpp

This commit is contained in:
2018-10-08 10:24:57 +02:00
parent 7ffa72092f
commit 70f55ff788
6 changed files with 5 additions and 70 deletions

View File

@ -6,7 +6,7 @@ LDIR = ../../slsDetectorSoftware
RDIR = ../../slsReceiverSoftware
DDIR = ../../bin
INCLUDES = -I ../../commonFiles -I $(LDIR)/slsDetector -I ../include -I $(RDIR)/include
SRC_CLNT = qClient.cpp $(RDIR)/src/MySocketTCP.cpp
SRC_CLNT = qClient.cpp
DEPSINCLUDES= qClient.h $(RDIR)/include/MySocketTCP.h $(LDIR)/slsDetector/slsDetectorBase.h ../../commonFiles/sls_detector_defs.h