X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Flibucw.pc;h=7d1c1542ade4f7e713f154af9cdad52b16e4d360;hb=17b1bcca21624757189a619506e93b42f4706b77;hp=f55aafbc5930afa526b3b5d12f1687e7bba8423c;hpb=5f81280e4ec7a5517e94f1c1f53e42fba537fbd8;p=libucw.git diff --git a/ucw/libucw.pc b/ucw/libucw.pc index f55aafbc..7d1c1542 100644 --- a/ucw/libucw.pc +++ b/ucw/libucw.pc @@ -9,12 +9,18 @@ threads=-lpthread threads= #endif -#ifdef CONFIG_PCRE +#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= @@ -26,4 +32,4 @@ Name: libucw Description: A library of utility functions and data structures Version: @UCW_VERSION@ Cflags: -I${incdir} -Libs: -L${libdir} -lucw${picsuffix} ${threads} ${regex} +Libs: -L${libdir} -lucw${picsuffix} ${threads} ${regex} ${rt}