]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/libucw.pc
hashtable: Implemented new HASH_TABLE_VARS parameter.
[libucw.git] / ucw / libucw.pc
index e2e8e084ed9b14a3c355c361a67e08813fd658c2..f55aafbc5930afa526b3b5d12f1687e7bba8423c 100644 (file)
@@ -9,12 +9,21 @@ threads=-lpthread
 threads=
 #endif
 
+#ifdef CONFIG_PCRE
+regex=-lpcre
+#else
+regex=
+#endif
+
+# Override if you want to use the -pic version
+picsuffix=
+
 perl_modules_dir=@INSTALL_PERL_DIR@
 perl_module_flags=-I${perl_modules_dir}
 build_system=@INSTALL_SHARE_DIR@/ucw/build
 
 Name: libucw
 Description: A library of utility functions and data structures
-Version: @SHERLOCK_VERSION@
+Version: @UCW_VERSION@
 Cflags: -I${incdir}
-Libs: -L${libdir} -lucw ${threads} @LIBUCW_LIBS@
+Libs: -L${libdir} -lucw${picsuffix} ${threads} ${regex}