From 0a421c36ccb98b80930cd67f66c55ee6e1ecdc97 Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Thu, 19 Jun 2008 21:57:00 +0000 Subject: !!!!!!!!!!!!!!!!!!!!!!!!!! Big changes: Moved from pThread to boost::threads further testing needed. Version before this was testet pretty well and should become the new release. !!!!!!!!!!!!!!!!!!!!!!!!!! --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index a3d009b..d8aeda5 100644 --- a/src/Makefile +++ b/src/Makefile @@ -8,7 +8,7 @@ CCFLAGS = -g -Wall CCFLAGS += -DSOCKETS_NAMESPACE=sockets CCFLAGS += -DSOCKETS_NAMESPACE_STR='"sockets"' LD = g++ -LDFLAGS = -g -Wall -O2 -lpthread -lgcrypt -lgpg-error -lboost_serialization +LDFLAGS = -g -Wall -O2 -lboost_thread -lgcrypt -lgpg-error -lboost_serialization ifeq ($(TARGET),Linux) CFLAGS += -D_XOPEN_SOURCE=600 -- cgit v1.2.3