]> 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 61ccfeda749f10af91c205b79c86e36832182a0b..e8ca58f13473cce1de1da2f86e6ace9f2c7ee74e 100644 (file)
@@ -1,7 +1,14 @@
 # pkg-config metadata for libimages
 
 # pkg-config metadata for libimages
 
+libdir=@LIBDIR@
+incdir=.
+
+# Override if you want to use the -pic version
+picsuffix=
+
 Name: libimages
 Description: Sherlock image library
 Name: libimages
 Description: Sherlock image library
-Version: @SHERLOCK_VERSION@
-Libs: -Lobj/images -limages -lm -lpthread @LIBIMAGES_LIBS@
+Version: @UCW_VERSION@
+Cflags: -I${incdir}
+Libs: -L${libdir} -limages${picsuffix} -lm -lpthread @LIBIMAGES_LIBS@
 Requires: @DEPS@
 Requires: @DEPS@