diff options
author | Volker Lendecke <vlendec@samba.org> | 2005-01-08 13:33:19 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:53:49 -0500 |
commit | 0ac4cc4caec6e55ef92ce40e2defcaa8479faa9a (patch) | |
tree | ee3feecc95d66053466ab6df2ceec906cfe176ec /source3 | |
parent | 07fdfa2ce9762557c3be632f3e438a1f59970c5c (diff) | |
download | samba-0ac4cc4caec6e55ef92ce40e2defcaa8479faa9a.tar.gz samba-0ac4cc4caec6e55ef92ce40e2defcaa8479faa9a.tar.bz2 samba-0ac4cc4caec6e55ef92ce40e2defcaa8479faa9a.zip |
r4604: Attempt to fix the buildfarm build.
vfstest refers to reload_printers, only defined in smbd/server.c. Jerry, could
you take a look at that?
Thanks,
Volker
(This used to be commit a83e5c113257a8bd6a2842e5ba09006e710bfbbf)
Diffstat (limited to 'source3')
-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 79579b21c1..eaf1482b3e 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -136,7 +136,7 @@ BIN_PROGS3 = bin/smbpasswd@EXEEXT@ bin/rpcclient@EXEEXT@ bin/smbcacls@EXEEXT@ \ TORTURE_PROGS = bin/smbtorture@EXEEXT@ bin/msgtest@EXEEXT@ \ bin/masktest@EXEEXT@ bin/locktest@EXEEXT@ \ - bin/locktest2@EXEEXT@ bin/nsstest@EXEEXT@ bin/vfstest@EXEEXT@ + bin/locktest2@EXEEXT@ bin/nsstest@EXEEXT@ BIN_PROGS = $(BIN_PROGS1) $(BIN_PROGS2) $(BIN_PROGS3) @EXTRA_BIN_PROGS@ |