From cd7ad0993dda2f03f768096e2d4858788769e7d9 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 2 May 2007 18:10:57 +0000 Subject: r22641: Install tdbdump and tdbbackup. (This used to be commit 232c5c65578e3cddffe7e6ed996de7fc42b32f48) --- source3/lib/tdb/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/lib/tdb/Makefile.in') diff --git a/source3/lib/tdb/Makefile.in b/source3/lib/tdb/Makefile.in index 3ed1178bbb..b2f42ea70f 100644 --- a/source3/lib/tdb/Makefile.in +++ b/source3/lib/tdb/Makefile.in @@ -19,8 +19,8 @@ EXEEXT = @EXEEXT@ .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 = @TDBOBJ@ @LIBREPLACEOBJ@ -- cgit