From fc93ed2a04b341130275f0d21bbc3678bba016a9 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Mon, 24 Jun 2013 13:57:13 +0200 Subject: [PATCH] Let pkg-config echo pthreads related settings, for #10. --- ykpers-1.pc.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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@ -- 2.39.5