X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Flibucw.pc;h=08790dafa636ed5b987596300fbb13cd2d27d5bd;hb=395d5c738aebc0d93688eb140cc00ed1a9196ef3;hp=c4784eb297e12d0c8337dffced4541c441597e93;hpb=a81828fdd27436b0577b048d6fad7cc1c70ac23e;p=libucw.git diff --git a/ucw/libucw.pc b/ucw/libucw.pc index c4784eb2..08790daf 100644 --- a/ucw/libucw.pc +++ b/ucw/libucw.pc @@ -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@