summaryrefslogtreecommitdiff
path: root/anyrtpproxy/Makefile
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2008-03-08 19:01:52 +0000
committerOthmar Gsenger <otti@anytun.org>2008-03-08 19:01:52 +0000
commitb83f4bc9e7c6aab20dfdff69fdbcbb2681646791 (patch)
tree81c7ca3136919cdc4bc39116dfd8a8d24ff3c4ae /anyrtpproxy/Makefile
parentadded SyncRtpCommand (diff)
anyrtpproxy sync test
Diffstat (limited to 'anyrtpproxy/Makefile')
-rw-r--r--anyrtpproxy/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/anyrtpproxy/Makefile b/anyrtpproxy/Makefile
index f4486b1..354099b 100644
--- a/anyrtpproxy/Makefile
+++ b/anyrtpproxy/Makefile
@@ -1,7 +1,11 @@
C = gcc
CFLAGS = -g -Wall
+CFLAGS += -DSOCKETS_NAMESPACE=sockets
+CFLAGS += -DSOCKETS_NAMESPACE_STR='"sockets"'
C++ = g++
CCFLAGS = -g -Wall
+CCFLAGS += -DSOCKETS_NAMESPACE=sockets
+CCFLAGS += -DSOCKETS_NAMESPACE_STR='"sockets"'
LD = g++
LDFLAGS = -g -Wall -O2 -lpthread