From 3525bb3f9f52177c4f9a54953efa9d4f43352513 Mon Sep 17 00:00:00 2001 From: Dhanya Maliakal Date: Mon, 1 May 2017 09:44:33 +0200 Subject: [PATCH] changed all -lpthread to -pthread --- slsDetectorGui/client/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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