changed all -lpthread to -pthread

This commit is contained in:
Dhanya Maliakal 2017-04-07 14:25:09 +02:00
parent 3e9476cca2
commit 7c3b5065a5

View File

@ -1,6 +1,6 @@
CC = g++ CC = g++
CLAGS += -DVERBOSE #VERYBOSE CLAGS += -DVERBOSE #VERYBOSE
LDLIBS += -lm -lstdc++ -lpthread LDLIBS += -lm -lstdc++ -pthread
LDIR = ../../slsDetectorSoftware LDIR = ../../slsDetectorSoftware
RDIR = ../../slsReceiverSoftware RDIR = ../../slsReceiverSoftware