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