X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=images%2Flibimages.pc;h=e8ca58f13473cce1de1da2f86e6ace9f2c7ee74e;hb=0ca8c151f5afe1680e98f3bfbe9d5c752d8a2924;hp=3bf4c2e3dab8ce14ace77014f0f68a51fc7716e1;hpb=d60ede19ab84382101d313e3185b1a0ef6714088;p=libucw.git diff --git a/images/libimages.pc b/images/libimages.pc index 3bf4c2e3..e8ca58f1 100644 --- a/images/libimages.pc +++ b/images/libimages.pc @@ -3,9 +3,12 @@ libdir=@LIBDIR@ incdir=. +# Override if you want to use the -pic version +picsuffix= + Name: libimages Description: Sherlock image library -Version: @SHERLOCK_VERSION@ +Version: @UCW_VERSION@ Cflags: -I${incdir} -Libs: -L${libdir} -limages -lm -lpthread @LIBIMAGES_LIBS@ +Libs: -L${libdir} -limages${picsuffix} -lm -lpthread @LIBIMAGES_LIBS@ Requires: @DEPS@