X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=inline;f=ucw%2Flibucw.pc;h=7d1c1542ade4f7e713f154af9cdad52b16e4d360;hb=17b1bcca21624757189a619506e93b42f4706b77;hp=f854252390f9faf04ad761099afc8632e0f7c213;hpb=6e9edaa874ffc56c3e1e1baa05b4b68bd89ef79f;p=libucw.git diff --git a/ucw/libucw.pc b/ucw/libucw.pc index f8542523..7d1c1542 100644 --- a/ucw/libucw.pc +++ b/ucw/libucw.pc @@ -9,11 +9,27 @@ threads=-lpthread 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: @SHERLOCK_VERSION@ +Version: @UCW_VERSION@ Cflags: -I${incdir} -Libs: -L${libdir} -lucw ${threads} +Libs: -L${libdir} -lucw${picsuffix} ${threads} ${regex} ${rt}