Added to libyjabber the resolver library needed for dn_expand.

git-svn-id: http://yate.null.ro/svn/yate/trunk@2895 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2009-11-04 16:35:50 +00:00
parent fc82e00451
commit b1cecf5be9
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ Makefile: @srcdir@/Makefile.in ../../config.status
cd ../.. && ./config.status
../../$(LIBD_VER): $(OBJS) $(YXML)
$(LINK) -shared -o $@ -Wl,--soname=$(LIBD_VER) $^ @LIBS@
$(LINK) -shared -o $@ -Wl,--soname=$(LIBD_VER) $^ @LIBS@ @RESOLV_LIB@
../../$(LIBD_DEV): ../../$(LIBD_VER)
cd ../.. && ln -sf $(LIBD_VER) $(LIBD_DEV)