Browse Source

Fix PKG-CONFIG generation

Jean-Baptiste Kempf 10 years ago
parent
commit
e2c5ac4ae1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libdsm.pc.in

+ 1 - 1
libdsm.pc.in

@@ -5,7 +5,7 @@ includedir=${prefix}/include
 
 
 Name: libdsm
 Name: libdsm
 Description: Minimalist and read-only smb client library
 Description: Minimalist and read-only smb client library
-Version: @BDSM_ABI_VERSION@
+Version: @BDSM_PACKAGE_VERSION@
 Cflags: -I${includedir}
 Cflags: -I${includedir}
 Libs: -L${libdir} -ldsm
 Libs: -L${libdir} -ldsm
 Libs.private: @BDSM_LIB_LOG@
 Libs.private: @BDSM_LIB_LOG@