]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/libucw.pc
Update build of manpages, contd.
[libucw.git] / ucw / libucw.pc
index afaee036d5a4b28e41c5f3bc679de997998b42a5..08790dafa636ed5b987596300fbb13cd2d27d5bd 100644 (file)
@@ -3,27 +3,6 @@
 libdir=@LIBDIR@
 incdir=.
 
-#ifdef CONFIG_UCW_THREADS
-threads=-lpthread
-#else
-threads=
-#endif
-
-#ifdef CONFIG_UCW_PCRE
-regex=-lpcre
-#else
-regex=
-#endif
-
-#ifdef CONFIG_UCW_MONOTONIC_CLOCK
-rt=-lrt
-#else
-rt=
-#endif
-
-# Override if you want to use the -pic version
-picsuffix=
-
 perl_modules_dir=@INSTALL_PERL_DIR@
 perl_module_flags=-I${perl_modules_dir}
 build_system=@INSTALL_SHARE_DIR@/ucw/build
@@ -32,4 +11,5 @@ Name: libucw
 Description: A library of utility functions and data structures
 Version: @UCW_VERSION@
 Cflags: -I${incdir}
-Libs: -L${libdir} -lucw@UCW_ABI_SUFFIX@${picsuffix} ${threads} ${regex} ${rt}
+Libs: -L${libdir} @SO_LINK_PATH@ -lucw@UCW_ABI_SUFFIX@
+Libs.private: @LIBUCW_LIBS@