summaryrefslogtreecommitdiff
path: root/pjlib-util/build
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2006-03-24 20:43:23 +0000
committerBenny Prijono <bennylp@teluu.com>2006-03-24 20:43:23 +0000
commit0f961a9f0ad85f3c01e27b7039050fa131b90e15 (patch)
treee72f8ff2261d251bb684a83fb02057aaf186e013 /pjlib-util/build
parenta8d9b65484437c311f3464e6401da3ae8332c9b3 (diff)
Moved getopt from pjsua-lib to pjlib-util
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@359 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjlib-util/build')
-rw-r--r--pjlib-util/build/Makefile3
-rw-r--r--pjlib-util/build/pjlib_util.dsp8
2 files changed, 10 insertions, 1 deletions
diff --git a/pjlib-util/build/Makefile b/pjlib-util/build/Makefile
index bd170f00..914122d6 100644
--- a/pjlib-util/build/Makefile
+++ b/pjlib-util/build/Makefile
@@ -22,7 +22,8 @@ export _LDFLAGS := $(subst /,$(HOST_PSEP),$(PJLIB_UTIL_LIB)) \
#
export PJLIB_UTIL_SRCDIR = ../src/pjlib-util
export PJLIB_UTIL_OBJS += $(OS_OBJS) $(M_OBJS) $(CC_OBJS) $(HOST_OBJS) \
- errno.o md5.o scanner.o stun.o string.o stun.o stun_client.o xml.o
+ errno.o getopt.o md5.o scanner.o stun.o string.o stun.o stun_client.o \
+ xml.o
export PJLIB_UTIL_CFLAGS += $(_CFLAGS)
###############################################################################
diff --git a/pjlib-util/build/pjlib_util.dsp b/pjlib-util/build/pjlib_util.dsp
index e1d89563..71ec6e4c 100644
--- a/pjlib-util/build/pjlib_util.dsp
+++ b/pjlib-util/build/pjlib_util.dsp
@@ -89,6 +89,10 @@ SOURCE="..\src\pjlib-util\errno.c"
# End Source File
# Begin Source File
+SOURCE="..\src\pjlib-util\getopt.c"
+# End Source File
+# Begin Source File
+
SOURCE="..\src\pjlib-util\md5.c"
# End Source File
# Begin Source File
@@ -135,6 +139,10 @@ SOURCE="..\include\pjlib-util\errno.h"
# End Source File
# Begin Source File
+SOURCE="..\include\pjlib-util\getopt.h"
+# End Source File
+# Begin Source File
+
SOURCE="..\include\pjlib-util\md5.h"
# End Source File
# Begin Source File