Fixed threads flags in pc files for autotools
authorChristoph Junghans <junghans@mpip-mainz.mpg.de>
Mon, 23 Aug 2010 14:23:32 +0000 (16:23 +0200)
committerChristoph Junghans <junghans@mpip-mainz.mpg.de>
Mon, 23 Aug 2010 14:27:10 +0000 (16:27 +0200)
commitd40f76f2cacbab71817b1844594a604306d91a53
treef0b430945c564dcf1b5e4a1ba8ba69d261af8b50
parent5087c3884f51738b231389b9706a39cb551dbc17
Fixed threads flags in pc files for autotools

The problem is mainly that -pthread, which is saved in PTHREAD_CFLAGS, is
also needed by the linker and for that reason it has to appear in the libs
line of the pc files as well. For cmake this is not a problem, because
PTHREAD_LIBS is not empty.
src/gmxlib/libgmx.pc.in
src/kernel/libgmxpreprocess.pc.in
src/mdlib/libmd.pc.in
src/tools/libgmxana.pc.in