X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Flibucw.pc;h=7d1c1542ade4f7e713f154af9cdad52b16e4d360;hb=39b28bffc195348b93294b5fa0a8b9e87ea7317a;hp=b84b783d470d6d106033701c72211f9432d78847;hpb=55e1d7ad25b8e035c6faaab7fc8685fb0e3ebc1b;p=libucw.git diff --git a/ucw/libucw.pc b/ucw/libucw.pc index b84b783d..7d1c1542 100644 --- a/ucw/libucw.pc +++ b/ucw/libucw.pc @@ -15,6 +15,12 @@ regex=-lpcre 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}