X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=images%2Flibimages.pc;h=e8ca58f13473cce1de1da2f86e6ace9f2c7ee74e;hb=25541ea3bb96e9f143f0e23f8ac5b432f2f6f47a;hp=3bf4c2e3dab8ce14ace77014f0f68a51fc7716e1;hpb=91c499892f07ad6494351a1c1985a0d3e2600a25;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@