mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-13 21:37:13 +02:00
updating Makefile
This commit is contained in:
@ -4,8 +4,8 @@ LDLIBS += -lm -lstdc++ -lpthread
|
|||||||
|
|
||||||
LDIR = ../../slsDetectorSoftware
|
LDIR = ../../slsDetectorSoftware
|
||||||
RDIR = ../../slsReceiverSoftware
|
RDIR = ../../slsReceiverSoftware
|
||||||
INCLUDES = -I $(LDIR)/commonFiles -I $(RDIR)/MySocketTCP -I $(LDIR)/slsDetector -I ../include -I $(RDIR)/includes
|
INCLUDES = -I $(LDIR)/commonFiles -I $(LDIR)/slsDetector -I ../include -I $(RDIR)/include
|
||||||
SRC_CLNT = qClient.cpp $(RDIR)/MySocketTCP/MySocketTCP.cpp
|
SRC_CLNT = qClient.cpp $(RDIR)/src/MySocketTCP.cpp
|
||||||
|
|
||||||
PROGS = gui_client
|
PROGS = gui_client
|
||||||
DESTDIR ?= bin
|
DESTDIR ?= bin
|
||||||
|
Reference in New Issue
Block a user