summaryrefslogtreecommitdiff
path: root/pjsip/build/Makefile
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2006-03-06 15:14:59 +0000
committerBenny Prijono <bennylp@teluu.com>2006-03-06 15:14:59 +0000
commit2ac326a34459c6fc82d29a4a73665a446db3c881 (patch)
tree24bf72ea8d2ff50ee1fea9de8cdf0f9c37b21c2b /pjsip/build/Makefile
parenta4b3ea803927bbbcb9f8b6de4397e26f85218339 (diff)
Renamed getopt() to pj_getopt(), and fixed misc Linux warnings
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@300 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip/build/Makefile')
-rw-r--r--pjsip/build/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/pjsip/build/Makefile b/pjsip/build/Makefile
index 1c546054..09ebcfbf 100644
--- a/pjsip/build/Makefile
+++ b/pjsip/build/Makefile
@@ -70,8 +70,8 @@ export PJSIP_SIMPLE_CFLAGS += $(_CFLAGS)
#
export PJSUA_LIB_SRCDIR = ../src/pjsua-lib
export PJSUA_LIB_OBJS += $(OS_OBJS) $(M_OBJS) $(CC_OBJS) $(HOST_OBJS) \
- pjsua_call.o pjsua_core.o pjsua_im.o pjsua_pres.o pjsua_reg.o \
- pjsua_settings.o \
+ getopt.o pjsua_call.o pjsua_core.o pjsua_im.o \
+ pjsua_pres.o pjsua_reg.o pjsua_settings.o \
export PJSUA_LIB_CFLAGS += $(_CFLAGS)