summaryrefslogtreecommitdiff
path: root/pjsip/build/Makefile
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2008-02-22 11:10:17 +0000
committerBenny Prijono <bennylp@teluu.com>2008-02-22 11:10:17 +0000
commit5e9005a6ed8321e2a3d6cd307bafe5c6ca79eee3 (patch)
tree825983a1fde955b6914870b7ba9f4a767b8fb761 /pjsip/build/Makefile
parenteb962bb2cade592db6319e2004e06c9ac8ee2ae2 (diff)
Ticket #7: Move PJSIP compile time configurations/settings (such as T1, T2 timers) to run-time (thanks Philippe Leuba)
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1818 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip/build/Makefile')
-rw-r--r--pjsip/build/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/pjsip/build/Makefile b/pjsip/build/Makefile
index dd331a1a..0f7624e6 100644
--- a/pjsip/build/Makefile
+++ b/pjsip/build/Makefile
@@ -36,6 +36,7 @@ export _CXXFLAGS:= $(_CFLAGS) $(CC_CXXFLAGS) $(OS_CXXFLAGS) $(M_CXXFLAGS) \
#
export PJSIP_SRCDIR = ../src/pjsip
export PJSIP_OBJS += $(OS_OBJS) $(M_OBJS) $(CC_OBJS) $(HOST_OBJS) \
+ sip_config.o \
sip_errno.o sip_msg.o sip_parser.o sip_tel_uri.o sip_uri.o \
sip_endpoint.o sip_util.o sip_util_proxy.o \
sip_resolve.o sip_transport.o sip_transport_loop.o \