1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-28 07:21:54 +03:00
samba-mirror/source4/lib/ldb/ldb.pc.in
Jelmer Vernooij 5d794389a0 r6486: Add 'make install' and pkg-config file.
(This used to be commit e3be094fb7)
2007-10-10 13:16:19 -05:00

11 lines
214 B
PkgConfig

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: ldb
Description: An LDAP-like embedded database
Version: 4.0
Libs: @LIBS@ -L${libdir} -lldb
Cflags: -I${includedir} @CFLAGS@