Ignore:
Timestamp:
Jun 6, 2008 2:18:28 PM (16 years ago)
Author:
bennylp
Message:

Ticket #537: implemented Simple DNS Server class (for testing) in pjlib-util

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib-util/build/Makefile

    r1765 r1987  
    2828export PJLIB_UTIL_SRCDIR = ../src/pjlib-util 
    2929export PJLIB_UTIL_OBJS += $(OS_OBJS) $(M_OBJS) $(CC_OBJS) $(HOST_OBJS) \ 
    30                 base64.o crc32.o errno.o dns.o dns_dump.o getopt.o \ 
    31                 hmac_md5.o hmac_sha1.o md5.o pcap.o resolver.o \ 
     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 \ 
    3232                scanner.o sha1.o srv_resolver.o string.o stun_simple.o \ 
    3333                stun_simple_client.o xml.o 
Note: See TracChangeset for help on using the changeset viewer.