git » nmdb » commit 8b58fe7

Fix the pkg-config file to link against nmdb and not qdbm

author Alberto Bertogli
2008-10-30 20:19:06 UTC
committer Alberto Bertogli
2008-10-30 20:19:06 UTC
parent bc9170cd0ed2d9773942a279ae83cab4b73d5310

Fix the pkg-config file to link against nmdb and not qdbm

Signed-off-by: Alberto Bertogli <albertito@blitiri.com.ar>

libnmdb/libnmdb.skel.pc +1 -1

diff --git a/libnmdb/libnmdb.skel.pc b/libnmdb/libnmdb.skel.pc
index ef5113b..f0f3c01 100644
--- a/libnmdb/libnmdb.skel.pc
+++ b/libnmdb/libnmdb.skel.pc
@@ -7,6 +7,6 @@ Name: libnmdb
 Description: Library for interacting with a nmdb server
 URL: http://blitiri.com.ar/p/nmdb/
 Version: 0.22
-Libs: -L${libdir} -lqdbm
+Libs: -L${libdir} -lnmdb
 Cflags: -I${includedir}