changed all -lpthread to -pthread

This commit is contained in:
Dhanya Maliakal
2017-05-01 09:53:37 +02:00
parent bc57ea5725
commit 264485c8ff
4 changed files with 14 additions and 14 deletions

View File

@ -13,7 +13,7 @@ INCLUDES?= -I../commonFiles -I../slsDetector -I ../MySocketTCP -I../usersFuncti
LIBDIR?=../
LIBS?= -L$(LIBDIR) -lSlsDetector
LDFLAG= -L/usr/lib64/ -lpthread
LDFLAG= -L/usr/lib64/ -pthread
DESTDIR ?= bin