mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
583ff0a0e3
To do this, we have to install a .pc file for the python3 pyldb-util Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Incorportaing fixes by Petr Viktorin <pviktori@redhat.com> Signed-off-by: Petr Viktorin <pviktori@redhat.com>
14 lines
348 B
PkgConfig
14 lines
348 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
modulesdir=@LDB_MODULESDIR@
|
|
|
|
Name: pyldb-util@PYTHON_SO_ABI_FLAG@
|
|
Description: Python bindings for LDB
|
|
Version: @PACKAGE_VERSION@
|
|
Requires: ldb
|
|
Libs: @LIB_RPATH@ -L${libdir} -lpyldb-util@PYTHON_LIBNAME_SO_ABI_FLAG@
|
|
Cflags: -I${includedir}
|
|
URL: http://ldb.samba.org/
|