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