From 3f44dbd1d2924f001c45793e706a6217aa8aa471 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 19 Oct 2008 23:53:47 +0000 Subject: the signal controller uses boost thread now, however this code can only work as long boost thread uses pthread removed temporarly brocken anyrtpproxy from all target at make use make anyrtpproxy to build it replaced the pthread callbacks for libgcrypt with boost thread callbacks --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 423063b..4e14925 100644 --- a/src/Makefile +++ b/src/Makefile @@ -114,7 +114,7 @@ ANYCONFOBJS = log.o \ EXECUTABLE = anytun anytun-config anytun-controld anytun-showtables -all: $(EXECUTABLE) libAnysync.a anyrtpproxy +all: $(EXECUTABLE) libAnysync.a #anyrtpproxy anytun: $(OBJS) $(SYNCOBJS) anytun.o $(LD) $(OBJS) $(SYNCOBJS) anytun.o -o $@ $(LDFLAGS) -- cgit v1.2.3