s3: set pthread cflags in a more portable fashion
authorBjörn Jacke <bj@sernet.de>
Sat, 29 May 2010 00:06:56 +0000 (02:06 +0200)
committerBjörn Jacke <bj@sernet.de>
Sun, 30 May 2010 14:25:28 +0000 (16:25 +0200)
commita1b44f4335f41a0c11505f1552d9173ca0b469f4
tree5fb2cd57953b01c2c68b48226c75385704c93f4c
parent30c74cfa4995af57d8ec3f0f9d3f515e0b285beb
s3: set pthread cflags in a more portable fashion

this avoids one place of a GNU make dependency.

Portable make sucks a bit as it has no way of defining variables for a limited
set of targets only. Manual duplication of target rules is the only way to
achieve what we need.

If someone actually knows a trick how to do this without target duplication,
let me know.
source3/Makefile.in