mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
16cc345d4f
This renames everything from tdb2 to ntdb: importantly, we no longer use the tdb_ namespace, so you can link against both ntdb and tdb if you want to. This also enables building of standalone ntdb by the autobuild script. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
12 lines
250 B
PkgConfig
12 lines
250 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: ntdb
|
|
Description: A (not-so) trivial database
|
|
Version: @PACKAGE_VERSION@
|
|
Libs: @LIB_RPATH@ -L${libdir} -lntdb
|
|
Cflags: -I${includedir}
|
|
URL: http://tdb.samba.org/
|