X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=ucw%2Flibucw.pc;h=08790dafa636ed5b987596300fbb13cd2d27d5bd;hb=b8667492cf36a609939ee35ac42900ff0b0cc80f;hp=f854252390f9faf04ad761099afc8632e0f7c213;hpb=6e9edaa874ffc56c3e1e1baa05b4b68bd89ef79f;p=libucw.git diff --git a/ucw/libucw.pc b/ucw/libucw.pc index f8542523..08790daf 100644 --- a/ucw/libucw.pc +++ b/ucw/libucw.pc @@ -3,17 +3,13 @@ libdir=@LIBDIR@ incdir=. -#ifdef CONFIG_UCW_THREADS -threads=-lpthread -#else -threads= -#endif - 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: @SHERLOCK_VERSION@ +Version: @UCW_VERSION@ Cflags: -I${incdir} -Libs: -L${libdir} -lucw ${threads} +Libs: -L${libdir} @SO_LINK_PATH@ -lucw@UCW_ABI_SUFFIX@ +Libs.private: @LIBUCW_LIBS@