1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-31 17:18:04 +03:00
samba-mirror/source4/lib/tdb/tdb.pc.in
Jelmer Vernooij 90be367a18 r6487: Use autoconf for standalone build of tdb
(This used to be commit 78bf8026bd)
2007-10-10 13:16:19 -05:00

11 lines
203 B
PkgConfig

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: tdb
Description: A trivial database
Version: 4.0
#Libs: @LIBS@ -L${libdir} -ltdb
Cflags: -I${includedir} @CFLAGS@