updating Makefile

This commit is contained in:
2014-09-12 13:47:19 +02:00
parent baf65e8318
commit 056fb4e119

View File

@ -4,8 +4,8 @@ LDLIBS += -lm -lstdc++ -lpthread
LDIR = ../../slsDetectorSoftware
RDIR = ../../slsReceiverSoftware
INCLUDES = -I $(LDIR)/commonFiles -I $(RDIR)/MySocketTCP -I $(LDIR)/slsDetector -I ../include -I $(RDIR)/includes
SRC_CLNT = qClient.cpp $(RDIR)/MySocketTCP/MySocketTCP.cpp
INCLUDES = -I $(LDIR)/commonFiles -I $(LDIR)/slsDetector -I ../include -I $(RDIR)/include
SRC_CLNT = qClient.cpp $(RDIR)/src/MySocketTCP.cpp
PROGS = gui_client
DESTDIR ?= bin