X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=shxml%2Flibshxml.pc;h=44983e21b81e2f30ec60dec9c474b6be22065835;hb=e5d79225e3eef5c39be7f8e5006e331ed0f76f2f;hp=c2172b399fdc1d2815372d0144be4e164a2579c8;hpb=b703b86d3ee7f32217d6d48312580632c5e02034;p=libucw.git diff --git a/shxml/libshxml.pc b/shxml/libshxml.pc index c2172b39..44983e21 100644 --- a/shxml/libshxml.pc +++ b/shxml/libshxml.pc @@ -3,9 +3,12 @@ libdir=@LIBDIR@ incdir=. +# Override if you want to use the -pic version +picsuffix= + Name: libshxml Description: XML parser for Sherlock project -Version: @SHERLOCK_VERSION@ +Version: @UCW_VERSION@ Cflags: -I${incdir} -Libs: -L${libdir} -lshxml +Libs: -L${libdir} -lshxml${picsuffix} Requires: @DEPS@