]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/libucw.pc
tableprinter: code cleanup
[libucw.git] / ucw / libucw.pc
index 5e6801fa7869b47aef8f613c74062bab5403c432..08790dafa636ed5b987596300fbb13cd2d27d5bd 100644 (file)
@@ -3,24 +3,13 @@
 libdir=@LIBDIR@
 incdir=.
 
 libdir=@LIBDIR@
 incdir=.
 
-#ifdef CONFIG_UCW_THREADS
-threads=-lpthread
-#else
-threads=
-#endif
-
-#ifdef CONFIG_PCRE
-regex=-lpcre
-#else
-regex=
-#endif
-
 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
 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}
 Cflags: -I${incdir}
-Libs: -L${libdir} -lucw ${threads} ${regex}
+Libs: -L${libdir} @SO_LINK_PATH@ -lucw@UCW_ABI_SUFFIX@
+Libs.private: @LIBUCW_LIBS@