From 7e80b89d48a3c9c048be4d75bae11f12a6d37f2c Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Tue, 19 Jun 2012 12:43:17 +0930 Subject: ntdb: add autoconf support. This is copied from tdb; we build the utilities, but as nothing else links against it, we shouldn't be adding anything to the normal samba binary sizes. Signed-off-by: Rusty Russell Autobuild-User(master): Rusty Russell Autobuild-Date(master): Tue Jun 19 07:31:06 CEST 2012 on sn-devel-104 --- source3/Makefile.in | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'source3/Makefile.in') diff --git a/source3/Makefile.in b/source3/Makefile.in index 56c81d9aef..f4b00a7ff0 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -115,6 +115,9 @@ LIBREPLACE_LIBS=@LIBREPLACE_LIBS@ LIBTDB=@LIBTDB_STATIC@ LIBTDB_LIBS=@LIBTDB_LIBS@ TDB_DEPS=@TDB_DEPS@ +LIBNTDB=@LIBNTDB_STATIC@ +LIBNTDB_LIBS=@LIBNTDB_LIBS@ +NTDB_DEPS=@NTDB_DEPS@ LIBNETAPI=@LIBNETAPI_STATIC@ @LIBNETAPI_SHARED@ LIBNETAPI_LIBS=@LIBNETAPI_LIBS@ LIBSMBCLIENT_LIBS=@LIBSMBCLIENT_LIBS@ @@ -127,6 +130,11 @@ TDBTOOL = @TDBTOOL@ TDBDUMP = @TDBDUMP@ TDBRESTORE = @TDBRESTORE@ TDBTORTURE = @TDBTORTURE@ +NTDBBACKUP = @NTDBBACKUP@ +NTDBTOOL = @NTDBTOOL@ +NTDBDUMP = @NTDBDUMP@ +NTDBRESTORE = @NTDBRESTORE@ +NTDBTORTURE = @NTDBTORTURE@ PTHREADPOOLTEST = @PTHREADPOOLTEST@ INSTALLCMD=@INSTALL@ -- cgit