diff options
author | Andrew Tridgell <tridge@samba.org> | 2002-03-09 00:09:18 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2002-03-09 00:09:18 +0000 |
commit | 487c0f051be948b4fcefd7f45bb130e8aa90bcc8 (patch) | |
tree | 2dee9dd665b28b02ec1d998a87fcec31e2d28983 /source3/Makefile.in | |
parent | 8fa6b34e08e21546082892f27e3d70bae211c371 (diff) | |
download | samba-487c0f051be948b4fcefd7f45bb130e8aa90bcc8.tar.gz samba-487c0f051be948b4fcefd7f45bb130e8aa90bcc8.tar.xz samba-487c0f051be948b4fcefd7f45bb130e8aa90bcc8.zip |
build tdbbackup by default
(This used to be commit 8836015467158de6947689300ead74f1e9044805)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r-- | source3/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 01f33de1ea..effc37cbe8 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -92,7 +92,7 @@ WINBIND_PAM_PROGS = @WINBIND_PAM_TARGETS@ WINBIND_LPROGS = @WINBIND_LTARGETS@ SPROGS = bin/smbd bin/nmbd bin/swat bin/wrepld @WINBIND_STARGETS@ -PROGS1 = bin/smbclient bin/net bin/smbspool bin/testparm bin/testprns bin/smbstatus bin/smbcontrol bin/smbtree @RUNPROG@ @WINBIND_TARGETS@ +PROGS1 = bin/smbclient bin/net bin/smbspool bin/testparm bin/testprns bin/smbstatus bin/smbcontrol bin/smbtree bin/tdbbackup @RUNPROG@ @WINBIND_TARGETS@ PROGS2 = bin/smbpasswd bin/rpcclient bin/smbcacls @WRAP@ @WRAP32@ @PAM_MOD@ MPROGS = @MPROGS@ LPROGS = $(WINBIND_PAM_PROGS) $(WINBIND_LPROGS) |