- Timestamp:
- Nov 6, 2013 7:46:15 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/projects/pjsua2/pjlib-util/build/Makefile
r4440 r4643 31 31 base64.o cli.o cli_console.o cli_telnet.o crc32.o errno.o dns.o \ 32 32 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 \ 34 34 srv_resolver.o string.o stun_simple.o \ 35 35 stun_simple_client.o xml.o … … 41 41 export UTIL_TEST_SRCDIR = ../src/pjlib-util-test 42 42 export UTIL_TEST_OBJS += xml.o encryption.o stun.o resolver_test.o test.o \ 43 http_client.o43 json_test.o http_client.o 44 44 export UTIL_TEST_CFLAGS += $(_CFLAGS) 45 45 export UTIL_TEST_LDFLAGS += $(_LDFLAGS)
Note: See TracChangeset
for help on using the changeset viewer.