summaryrefslogtreecommitdiff
path: root/pjlib-util/build/Makefile
diff options
context:
space:
mode:
authorRiza Sulistyo <riza@teluu.com>2013-03-14 07:18:13 +0000
committerRiza Sulistyo <riza@teluu.com>2013-03-14 07:18:13 +0000
commit458b2a58d18f7e548cfed653dc6f18c318790232 (patch)
tree4186906e357c444e88b365dd16222d8a54b17877 /pjlib-util/build/Makefile
parent041b868c2e4109432c177a801ed1a9366bfb7c6b (diff)
Re #1643: add initial support for CLI
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4440 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjlib-util/build/Makefile')
-rw-r--r--pjlib-util/build/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/pjlib-util/build/Makefile b/pjlib-util/build/Makefile
index d2ad65a8..ca57e7e4 100644
--- a/pjlib-util/build/Makefile
+++ b/pjlib-util/build/Makefile
@@ -28,9 +28,10 @@ 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) \
- base64.o crc32.o errno.o dns.o dns_dump.o dns_server.o \
- getopt.o hmac_md5.o hmac_sha1.o http_client.o md5.o pcap.o resolver.o \
- scanner.o sha1.o srv_resolver.o string.o stun_simple.o \
+ base64.o cli.o cli_console.o cli_telnet.o crc32.o errno.o dns.o \
+ dns_dump.o dns_server.o getopt.o hmac_md5.o hmac_sha1.o \
+ http_client.o md5.o pcap.o resolver.o scanner.o sha1.o \
+ srv_resolver.o string.o stun_simple.o \
stun_simple_client.o xml.o
export PJLIB_UTIL_CFLAGS += $(_CFLAGS)