TODO: script: add test-loop.sh: loop over make test TESTS=<pat> until failure occurs
[obnox/samba/samba-obnox.git] / lib / ldb / pyldb-util.pc.in
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@
5 modulesdir=@LDB_MODULESDIR@
6
7 Name: pyldb-util
8 Description: Python bindings for LDB
9 Version: @PACKAGE_VERSION@
10 Requires: ldb
11 Libs: @LIB_RPATH@ -L${libdir} -lpyldb-util
12 Cflags: -I${includedir}
13 URL: http://ldb.samba.org/