summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2006-02-27 00:40:01 +0000
committerBenny Prijono <bennylp@teluu.com>2006-02-27 00:40:01 +0000
commit205ff0470c7f02e69dd8542923fb40c0420fe48b (patch)
tree916f0b99801b7bb6251ec24a47f08203766ca939
parent167dd7fd7c3d9d08455fa84e126dafd71989cb90 (diff)
Added errno.c in Makefile
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@240 74dad513-b988-da41-8d7b-12977e46ad98
-rw-r--r--pjlib-util/build/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/pjlib-util/build/Makefile b/pjlib-util/build/Makefile
index 7cfe0a6e..e167f838 100644
--- a/pjlib-util/build/Makefile
+++ b/pjlib-util/build/Makefile
@@ -22,7 +22,7 @@ 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) \
- md5.o scanner.o stun.o string.o stun.o stun_client.o xml.o
+ errno.o md5.o scanner.o stun.o string.o stun.o stun_client.o xml.o
export PJLIB_UTIL_CFLAGS += $(_CFLAGS)
###############################################################################