summaryrefslogtreecommitdiff
path: root/pjsip/build/Makefile
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2006-03-24 20:43:37 +0000
committerBenny Prijono <bennylp@teluu.com>2006-03-24 20:43:37 +0000
commit4317d89db92d5d7766e5409cc3a9c1142796d1ed (patch)
treefd3a6c99d4b0891eaa3057f5f7b24c75088cd49d /pjsip/build/Makefile
parent0f961a9f0ad85f3c01e27b7039050fa131b90e15 (diff)
Moved getopt from pjsua-lib to pjlib-util
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@360 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip/build/Makefile')
-rw-r--r--pjsip/build/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/pjsip/build/Makefile b/pjsip/build/Makefile
index 09ebcfbf..236c198f 100644
--- a/pjsip/build/Makefile
+++ b/pjsip/build/Makefile
@@ -70,7 +70,7 @@ export PJSIP_SIMPLE_CFLAGS += $(_CFLAGS)
#
export PJSUA_LIB_SRCDIR = ../src/pjsua-lib
export PJSUA_LIB_OBJS += $(OS_OBJS) $(M_OBJS) $(CC_OBJS) $(HOST_OBJS) \
- getopt.o pjsua_call.o pjsua_core.o pjsua_im.o \
+ pjsua_call.o pjsua_core.o pjsua_im.o \
pjsua_pres.o pjsua_reg.o pjsua_settings.o \
export PJSUA_LIB_CFLAGS += $(_CFLAGS)