X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2FSConscript;h=536cc06e6e882ef3de9732432b8098bc06ed3f45;hb=23ab90afeb29b103194a86d963be6f26af880d9c;hp=f09dd22812527cee53f1e184dcba75d07f8e27fc;hpb=4375a240cd48ed9cc5b33da57870c2713e11884d;p=deb_shairplay.git diff --git a/src/SConscript b/src/SConscript index f09dd22..536cc06 100644 --- a/src/SConscript +++ b/src/SConscript @@ -6,6 +6,10 @@ env.Append(CPPPATH = ['include']) # Set up the environment for compiling the libraries libenv = env.Clone() +conf = Configure(libenv) +conf.CheckLib('pthread') +conf.CheckLib('dns_sd') +libenv = conf.Finish() libenv.Append(CPPPATH = ['lib']) # Make sure libraries are compiled with DLL_EXPORT on windows