Remove default hash algorithm from the new hash functions
[libi2ncommon] / libi2ncommon.pc.in
index de715b6..dfa5b5e 100644 (file)
@@ -5,7 +5,9 @@ includedir=@includedir@
 
 Name: libi2ncommon
 Description: library with functions common in Intra2net programs
-Requires: libgettext
+Requires: libi2ncommon_utils
+Requires.private: openssl libiconv
 Version: @VERSION@
-Libs: -L${libdir} -li2ncommon
-Cflags: -I${includedir}
+Libs: -L${libdir} -li2ncommon -li2ncommon_utils @BOOST_LDADD@
+Libs.private: -lpthread
+Cflags: -I${includedir} @BOOST_CFLAGS@ @ICONV_CFLAGS@