From 7348c61553cf70c0f569054dee4d138de97aac8c Mon Sep 17 00:00:00 2001 From: Alexander Nedotsukov Date: Thu, 19 Oct 2006 08:06:18 +0000 Subject: [PATCH] - Libs specification corrected. Pthreads is private to libburn and we should require clients to link against it only in case of static linking. - Added system specific libraries to private librraies list. --- trunk/libburn-1.pc.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/trunk/libburn-1.pc.in b/trunk/libburn-1.pc.in index 6c72f9e6..38f4530e 100644 --- a/trunk/libburn-1.pc.in +++ b/trunk/libburn-1.pc.in @@ -7,5 +7,6 @@ Name: libburn Description: Disc reading/writing library Version: @VERSION@ Requires: -Libs: -L${libdir} -lburn @THREAD_LIBS@ +Libs: -L${libdir} -lburn +Libs.private: @THREAD_LIBS@ @LIBBURN_ARCH_LIBS@ Cflags: -I${includedir}/libburn