summaryrefslogtreecommitdiff
path: root/pjlib-util/build/Makefile
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2007-06-07 15:50:18 +0000
committerBenny Prijono <bennylp@teluu.com>2007-06-07 15:50:18 +0000
commiteb32113e263d583f21a13eafbf0e641313582620 (patch)
tree81816b39dc56262756e018514994590772e8fcc1 /pjlib-util/build/Makefile
parentdc93e01d5e9bb17a7259b35c580f1716c0d38d27 (diff)
Another ticket #326: Add DNS resolver and DNS SRV resolver test in pjlib-util
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1349 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjlib-util/build/Makefile')
-rw-r--r--pjlib-util/build/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/pjlib-util/build/Makefile b/pjlib-util/build/Makefile
index 62502c9c..cf22b0f5 100644
--- a/pjlib-util/build/Makefile
+++ b/pjlib-util/build/Makefile
@@ -37,7 +37,7 @@ export PJLIB_UTIL_CFLAGS += $(_CFLAGS)
# Defines for building test application
#
export UTIL_TEST_SRCDIR = ../src/pjlib-util-test
-export UTIL_TEST_OBJS += xml.o encryption.o stun.o test.o
+export UTIL_TEST_OBJS += xml.o encryption.o stun.o resolver_test.o test.o
export UTIL_TEST_CFLAGS += $(_CFLAGS)
export UTIL_TEST_LDFLAGS += $(_LDFLAGS)
export UTIL_TEST_EXE:=../bin/pjlib-util-test-$(TARGET_NAME)$(HOST_EXE)