]> mj.ucw.cz Git - libucw.git/blobdiff - images/libimages.pc
Conf: Rewritten configuration parser to support multiple contexts (step 1)
[libucw.git] / images / libimages.pc
index 3bf4c2e3dab8ce14ace77014f0f68a51fc7716e1..e8ca58f13473cce1de1da2f86e6ace9f2c7ee74e 100644 (file)
@@ -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@