X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Flibucw.pc;h=f55aafbc5930afa526b3b5d12f1687e7bba8423c;hb=0f88062c8973258611a8cba9a0e9668d1c688030;hp=5e6801fa7869b47aef8f613c74062bab5403c432;hpb=804b539f2f9d9af87ffa7036fd2b181fb12d86f1;p=libucw.git diff --git a/ucw/libucw.pc b/ucw/libucw.pc index 5e6801fa..f55aafbc 100644 --- a/ucw/libucw.pc +++ b/ucw/libucw.pc @@ -15,12 +15,15 @@ regex=-lpcre regex= #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} ${regex} +Libs: -L${libdir} -lucw${picsuffix} ${threads} ${regex}