]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/libucw.pc
Build: Just removed redundant parentheses.
[libucw.git] / ucw / libucw.pc
index c4784eb297e12d0c8337dffced4541c441597e93..08790dafa636ed5b987596300fbb13cd2d27d5bd 100644 (file)
@@ -3,18 +3,6 @@
 libdir=@LIBDIR@
 incdir=.
 
-#ifdef CONFIG_UCW_THREADS
-threads=-lpthread
-#else
-threads=
-#endif
-
-#ifdef CONFIG_PCRE
-regex=-lpcre
-#else
-regex=
-#endif
-
 perl_modules_dir=@INSTALL_PERL_DIR@
 perl_module_flags=-I${perl_modules_dir}
 build_system=@INSTALL_SHARE_DIR@/ucw/build
@@ -23,4 +11,5 @@ Name: libucw
 Description: A library of utility functions and data structures
 Version: @UCW_VERSION@
 Cflags: -I${incdir}
-Libs: -L${libdir} -lucw ${threads} ${regex}
+Libs: -L${libdir} @SO_LINK_PATH@ -lucw@UCW_ABI_SUFFIX@
+Libs.private: @LIBUCW_LIBS@