summaryrefslogtreecommitdiff
path: root/build.symbian
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2008-06-06 14:18:28 +0000
committerBenny Prijono <bennylp@teluu.com>2008-06-06 14:18:28 +0000
commit77825e4c00356383e69f3fc4c63eccd0a3aa103f (patch)
tree62f0bfb5fad28674d04ceae3349b855ca24e5931 /build.symbian
parentd37adaba9d2fe38fe3f06759c6ba47e37aa562c5 (diff)
Ticket #537: implemented Simple DNS Server class (for testing) in pjlib-util
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1987 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'build.symbian')
-rw-r--r--build.symbian/pjlib_util.mmp1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.symbian/pjlib_util.mmp b/build.symbian/pjlib_util.mmp
index 1270d9ce..efbb41cf 100644
--- a/build.symbian/pjlib_util.mmp
+++ b/build.symbian/pjlib_util.mmp
@@ -33,6 +33,7 @@ SOURCE base64.c
SOURCE crc32.c
SOURCE dns.c
SOURCE dns_dump.c
+SOURCE dns_server.c
SOURCE errno.c
SOURCE getopt.c
SOURCE hmac_md5.c