diff --git a/slsDetectorGui/client/Makefile b/slsDetectorGui/client/Makefile index 5545785fa..c7ea67302 100644 --- a/slsDetectorGui/client/Makefile +++ b/slsDetectorGui/client/Makefile @@ -1,6 +1,6 @@ CC = g++ CLAGS += -DVERBOSE #VERYBOSE -LDLIBS += -lm -lstdc++ -lpthread +LDLIBS += -lm -lstdc++ -pthread LDIR = ../../slsDetectorSoftware RDIR = ../../slsReceiverSoftware