From 7c3b5065a5af163859f015c8397e8d1e1bd1c02c Mon Sep 17 00:00:00 2001 From: Dhanya Maliakal Date: Fri, 7 Apr 2017 14:25:09 +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