diff options
author | Othmar Gsenger <otti@anytun.org> | 2008-06-19 21:57:00 +0000 |
---|---|---|
committer | Othmar Gsenger <otti@anytun.org> | 2008-06-19 21:57:00 +0000 |
commit | 0a421c36ccb98b80930cd67f66c55ee6e1ecdc97 (patch) | |
tree | 5c538b890a92495925859f7cd37d433a643c8a21 /src/Makefile | |
parent | finished 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/Makefile | 2 |
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 |