Ignore:
Timestamp:
Nov 6, 2013 7:46:15 AM (11 years ago)
Author:
bennylp
Message:

Re #1519: Added support for JSON (JavaScript? Object Notation, RFC 4627) format in PJLIB-UTIL.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/projects/pjsua2/pjlib-util/build/Makefile

    r4440 r4643  
    3131                base64.o cli.o cli_console.o cli_telnet.o crc32.o errno.o dns.o \ 
    3232                dns_dump.o dns_server.o getopt.o hmac_md5.o hmac_sha1.o \ 
    33                 http_client.o md5.o pcap.o resolver.o scanner.o sha1.o \ 
     33                http_client.o json.o md5.o pcap.o resolver.o scanner.o sha1.o \ 
    3434                srv_resolver.o string.o stun_simple.o \ 
    3535                stun_simple_client.o xml.o 
     
    4141export UTIL_TEST_SRCDIR = ../src/pjlib-util-test 
    4242export UTIL_TEST_OBJS += xml.o encryption.o stun.o resolver_test.o test.o \ 
    43                 http_client.o 
     43                json_test.o http_client.o 
    4444export UTIL_TEST_CFLAGS += $(_CFLAGS) 
    4545export UTIL_TEST_LDFLAGS += $(_LDFLAGS) 
Note: See TracChangeset for help on using the changeset viewer.