Changeset 3087 for pjproject/trunk/pjlib-util/build/Makefile
- Timestamp:
- Feb 4, 2010 6:29:16 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib-util/build/Makefile
r2183 r3087 29 29 export PJLIB_UTIL_OBJS += $(OS_OBJS) $(M_OBJS) $(CC_OBJS) $(HOST_OBJS) \ 30 30 base64.o crc32.o errno.o dns.o dns_dump.o dns_server.o \ 31 getopt.o hmac_md5.o hmac_sha1.o md5.o pcap.o resolver.o \31 getopt.o hmac_md5.o hmac_sha1.o http_client.o md5.o pcap.o resolver.o \ 32 32 scanner.o sha1.o srv_resolver.o string.o stun_simple.o \ 33 33 stun_simple_client.o xml.o … … 38 38 # 39 39 export UTIL_TEST_SRCDIR = ../src/pjlib-util-test 40 export UTIL_TEST_OBJS += xml.o encryption.o stun.o resolver_test.o test.o 40 export UTIL_TEST_OBJS += xml.o encryption.o stun.o resolver_test.o test.o \ 41 http_client.o 41 42 export UTIL_TEST_CFLAGS += $(_CFLAGS) 42 43 export UTIL_TEST_LDFLAGS += $(_LDFLAGS)
Note: See TracChangeset
for help on using the changeset viewer.