fixed geoip shared linking in Jamfile

This commit is contained in:
Arvid Norberg 2008-11-23 20:40:08 +00:00
parent 157603b597
commit f8b6d1c483
1 changed files with 3 additions and 0 deletions

View File

@ -274,6 +274,9 @@ lib tcmalloc : : <name>tcmalloc $(library-search-path) ;
# libz
lib zlib-target : : <name>z ;
# GeoIP shared library
lib GeoIP : : <name>GeoIP ;
# socket libraries on windows
lib wsock32 : : <name>wsock32 ;
lib ws2_32 : : <name>ws2_32 ;