ソースを参照

We need tasn1 and iconv for the pc file

Jean-Baptiste Kempf 9 年 前
コミット
dfd5f39cee
1 ファイル変更1 行追加1 行削除
  1. 1 1
      libdsm.pc.in

+ 1 - 1
libdsm.pc.in

@@ -8,4 +8,4 @@ Description: Minimalist and read-only smb client library
 Version: @BDSM_PACKAGE_VERSION@
 Cflags: -I${includedir}
 Libs: -L${libdir} -ldsm
-Libs.private: @BDSM_LIB_LOG@ @SOCKET_LIBS@
+Libs.private: -liconv -ltasn1 @BDSM_LIB_LOG@ @SOCKET_LIBS@