summaryrefslogtreecommitdiff
path: root/pjlib/build/Makefile
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2005-11-22 01:05:59 +0000
committerBenny Prijono <bennylp@teluu.com>2005-11-22 01:05:59 +0000
commitff261fd32f979e87eccee2e7a10849d042fa6c2d (patch)
tree1009410a7c7bbe72227fc699ba0e58e41820b74b /pjlib/build/Makefile
parent1dbbf091516b903b271907259aa19dc90ab2f1f6 (diff)
Added more info for pj_dump_config
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@75 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjlib/build/Makefile')
-rw-r--r--pjlib/build/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/pjlib/build/Makefile b/pjlib/build/Makefile
index c815b42c..09777541 100644
--- a/pjlib/build/Makefile
+++ b/pjlib/build/Makefile
@@ -21,7 +21,7 @@ export _LDFLAGS := $(subst /,$(HOST_PSEP),$(PJLIB_LIB)) \
#
export PJLIB_SRCDIR = ../src/pj
export PJLIB_OBJS += $(OS_OBJS) $(M_OBJS) $(CC_OBJS) $(HOST_OBJS) \
- array.o config.o errno.o except.o fifobuf.o guid.o \
+ array.o config.o ctype.o errno.o except.o fifobuf.o guid.o \
hash.o list.o lock.o log.o \
pool.o pool_caching.o rand.o \
rbtree.o string.o timer.o \