From 5ddccbdee4043a967bfdc92c6fe90069b2796c5d Mon Sep 17 00:00:00 2001 From: Dhanya Maliakal Date: Fri, 7 Apr 2017 14:28:00 +0200 Subject: [PATCH] changed all -lpthread to -pthread --- Makefile.include | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.include b/Makefile.include index 5d74d15bd..bfdb2d673 100755 --- a/Makefile.include +++ b/Makefile.include @@ -12,10 +12,10 @@ FLAGS= -Wall -pthread -DVERBOSE -DVERYVERBOSE #-DEIGER_DEBUG2 -DEIGER_DEBUG -D # Setting up the verbose flags ifeq ($(DEBUG),1) - FLAGS = -Wall -DVERBOSE + FLAGS = -Wall -pthread -DVERBOSE endif ifeq ($(DEBUG),2) - FLAGS = -Wall -DVERYVERBOSE + FLAGS = -Wall -pthread -DVERYVERBOSE endif ##############################################################