svn commit: samba r22637 - in branches/SAMBA_4_0: . source/lib/tdb

jelmer at samba.org jelmer at samba.org
Wed May 2 16:09:34 GMT 2007


Author: jelmer
Date: 2007-05-02 16:09:33 +0000 (Wed, 02 May 2007)
New Revision: 22637

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=22637

Log:
Install tdbbackup and tdbdump again.
Modified:
   branches/SAMBA_4_0/
   branches/SAMBA_4_0/.bzrignore
   branches/SAMBA_4_0/source/lib/tdb/Makefile.in
   branches/SAMBA_4_0/source/lib/tdb/configure.ac


Changeset:

Property changes on: branches/SAMBA_4_0
___________________________________________________________________
Name: bzr:merge
...skipped...

Modified: branches/SAMBA_4_0/.bzrignore
===================================================================
--- branches/SAMBA_4_0/.bzrignore	2007-05-02 15:44:05 UTC (rev 22636)
+++ branches/SAMBA_4_0/.bzrignore	2007-05-02 16:09:33 UTC (rev 22637)
@@ -180,3 +180,5 @@
 source/lib/ldb/lib
 source/lib/ldb/examples/ldbreader
 source/lib/ldb/examples/ldifreader
+source/lib/tdb/bin/tdbbackup
+source/lib/tdb/bin/tdbdump

Modified: branches/SAMBA_4_0/source/lib/tdb/Makefile.in
===================================================================
--- branches/SAMBA_4_0/source/lib/tdb/Makefile.in	2007-05-02 15:44:05 UTC (rev 22636)
+++ branches/SAMBA_4_0/source/lib/tdb/Makefile.in	2007-05-02 16:09:33 UTC (rev 22637)
@@ -19,8 +19,8 @@
 
 .PHONY: test
 
-PROGS = bin/tdbtool$(EXEEXT) bin/tdbtorture$(EXEEXT)
-PROGS_NOINSTALL = bin/tdbtest$(EXEEXT) bin/tdbdump$(EXEEXT) bin/tdbbackup$(EXEEXT)
+PROGS = bin/tdbtool$(EXEEXT) bin/tdbdump$(EXEEXT) bin/tdbbackup$(EXEEXT)
+PROGS_NOINSTALL = bin/tdbtest$(EXEEXT) bin/tdbtorture$(EXEEXT)
 ALL_PROGS = $(PROGS) $(PROGS_NOINSTALL)
 
 TDB_OBJ = @TDB_OBJ@ @LIBREPLACEOBJ@

Modified: branches/SAMBA_4_0/source/lib/tdb/configure.ac
===================================================================
--- branches/SAMBA_4_0/source/lib/tdb/configure.ac	2007-05-02 15:44:05 UTC (rev 22636)
+++ branches/SAMBA_4_0/source/lib/tdb/configure.ac	2007-05-02 16:09:33 UTC (rev 22637)
@@ -2,7 +2,7 @@
 AC_DEFUN([SMB_MODULE_DEFAULT], [echo -n ""])
 AC_DEFUN([SMB_LIBRARY_ENABLE], [echo -n ""])
 AC_DEFUN([SMB_ENABLE], [echo -n ""])
-AC_INIT(tdb, 1.1)
+AC_INIT(tdb, 1.1.0)
 AC_CONFIG_SRCDIR([common/tdb.c])
 AC_CONFIG_HEADER(include/config.h)
 AC_LIBREPLACE_ALL_CHECKS



More information about the samba-cvs mailing list