From: Simon Josefsson Date: Mon, 24 Jun 2013 11:57:13 +0000 (+0200) Subject: Let pkg-config echo pthreads related settings, for #10. X-Git-Tag: v1.14.0~3 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc93ed2a04b341130275f0d21bbc3678bba016a9;p=yubikey-personalization Let pkg-config echo pthreads related settings, for #10. --- diff --git a/ykpers-1.pc.in b/ykpers-1.pc.in index 4d0a700..0d6ef9c 100644 --- a/ykpers-1.pc.in +++ b/ykpers-1.pc.in @@ -7,5 +7,5 @@ Name: Libykpers Description: Personalization library for the YubiKey URL: http://www.yubico.com/ Version: @VERSION@ -Libs: -L${libdir} -lykpers-1 -Cflags: -I${includedir}/ykpers-1 +Libs: -L${libdir} -lykpers-1 @PTHREAD_LIBS@ +Cflags: -I${includedir}/ykpers-1 @PTHREAD_CFLAGS@