- 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.
This commit is contained in:
Alexander Nedotsukov 2006-10-19 08:06:18 +00:00
parent 82bddb6e4c
commit a8d9882280
1 changed files with 2 additions and 1 deletions

View File

@ -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