From a8d98822802afb670c06c786d18a942e05aa5b7d 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. --- libburn-1.pc.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libburn-1.pc.in b/libburn-1.pc.in index 6c72f9e..38f4530 100644 --- a/libburn-1.pc.in +++ b/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