summaryrefslogtreecommitdiff
path: root/pjlib/build/Makefile
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2008-05-11 18:12:16 +0000
committerBenny Prijono <bennylp@teluu.com>2008-05-11 18:12:16 +0000
commit0ee6805a9757610af92f19a88d142276586a41ef (patch)
tree16071cefcbd45c40e65f78a20d4cb7a93b7cff98 /pjlib/build/Makefile
parent15eb39a3eaec0bd8260e6cce261c197110b6a916 (diff)
Implement ticket #531: active socket abstraction to make ioqueue programming easier
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1953 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjlib/build/Makefile')
-rw-r--r--pjlib/build/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/pjlib/build/Makefile b/pjlib/build/Makefile
index 95262ca2..68a0c0e6 100644
--- a/pjlib/build/Makefile
+++ b/pjlib/build/Makefile
@@ -22,8 +22,8 @@ export _LDFLAGS := $(subst /,$(HOST_PSEP),$(PJLIB_LIB)) \
#
export PJLIB_SRCDIR = ../src/pj
export PJLIB_OBJS += $(OS_OBJS) $(M_OBJS) $(CC_OBJS) $(HOST_OBJS) \
- array.o config.o ctype.o errno.o except.o fifobuf.o guid.o \
- hash.o ip_helper_generic.o list.o lock.o log.o os_time_common.o \
+ activesock.o array.o config.o ctype.o errno.o except.o fifobuf.o \
+ guid.o hash.o ip_helper_generic.o list.o lock.o log.o os_time_common.o \
pool.o pool_buf.o pool_caching.o pool_dbg.o rand.o \
rbtree.o sock_common.o string.o timer.o types.o
export PJLIB_CFLAGS += $(_CFLAGS)
@@ -32,7 +32,7 @@ export PJLIB_CFLAGS += $(_CFLAGS)
# Defines for building test application
#
export TEST_SRCDIR = ../src/pjlib-test
-export TEST_OBJS += atomic.o echo_clt.o errno.o exception.o \
+export TEST_OBJS += activesock.o atomic.o echo_clt.o errno.o exception.o \
fifobuf.o file.o ioq_perf.o ioq_udp.o ioq_unreg.o \
ioq_tcp.o \
list.o mutex.o os.o pool.o pool_perf.o rand.o rbtree.o \