summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2008-06-19 21:57:00 +0000
committerOthmar Gsenger <otti@anytun.org>2008-06-19 21:57:00 +0000
commit0a421c36ccb98b80930cd67f66c55ee6e1ecdc97 (patch)
tree5c538b890a92495925859f7cd37d433a643c8a21 /src/Makefile
parentfinished anyrtpproxy man page (diff)
!!!!!!!!!!!!!!!!!!!!!!!!!!
Big changes: Moved from pThread to boost::threads further testing needed. Version before this was testet pretty well and should become the new release. !!!!!!!!!!!!!!!!!!!!!!!!!!
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
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