From 0f961a9f0ad85f3c01e27b7039050fa131b90e15 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Fri, 24 Mar 2006 20:43:23 +0000 Subject: Moved getopt from pjsua-lib to pjlib-util git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@359 74dad513-b988-da41-8d7b-12977e46ad98 --- pjlib-util/build/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pjlib-util/build/Makefile') 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) ############################################################################### -- cgit v1.2.3