]> mj.ucw.cz Git - libucw.git/blobdiff - charset/libcharset.pc
Conf: Split off everything related to cf_getopt()
[libucw.git] / charset / libcharset.pc
index ed8a32de8e6ad6894e4080d36325e7a09a625c44..258797cc67d3352526d754cc7400cb0c75fb37b2 100644 (file)
@@ -1,7 +1,14 @@
 # pkg-config metadata for libcharset
 
+libdir=@LIBDIR@
+incdir=.
+
+# Override if you want to use the -pic version
+picsuffix=
+
 Name: libcharset
 Description: Character set conversion library
-Version: @SHERLOCK_VERSION@
-Libs: -Lobj/charset -lcharset
+Version: @UCW_VERSION@
+Cflags: -I${incdir}
+Libs: -L${libdir} -lcharset${picsuffix}
 Requires: @DEPS@