X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Flibucw.pc;h=08790dafa636ed5b987596300fbb13cd2d27d5bd;hb=6c4c397f94ec5f5df6bcc178fb5fa4e84d3505fc;hp=3b4a092fb846ad882673379ff327d1d958dbec11;hpb=601499c1c1bb2196641ee1aebc127b901fe82458;p=libucw.git diff --git a/ucw/libucw.pc b/ucw/libucw.pc index 3b4a092f..08790daf 100644 --- a/ucw/libucw.pc +++ b/ucw/libucw.pc @@ -3,33 +3,13 @@ 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 Name: libucw Description: A library of utility functions and data structures -Version: @UCW_ABI_VERSION@ +Version: @UCW_VERSION@ Cflags: -I${incdir} -Libs: -L${libdir} -lucw${picsuffix} ${threads} ${regex} ${rt} +Libs: -L${libdir} @SO_LINK_PATH@ -lucw@UCW_ABI_SUFFIX@ +Libs.private: @LIBUCW_LIBS@