summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorBjörn Jacke <bj@sernet.de>2012-07-01 14:35:55 +0200
committerBjoern Jacke <bj@sernet.de>2012-09-02 01:00:40 +0200
commitd3924859191ee07a7e52420aa03be3204e291b60 (patch)
tree37ee239b1d588474e3b511a04b19471502866a55 /source3/Makefile.in
parentd5f845c0d3ca185181760bce3731d31a71db4f32 (diff)
downloadsamba-d3924859191ee07a7e52420aa03be3204e291b60.tar.gz
samba-d3924859191ee07a7e52420aa03be3204e291b60.tar.bz2
samba-d3924859191ee07a7e52420aa03be3204e291b60.zip
s3: add sysquotas_4B support
this is from James Peach's darwin patch, that exists since a couple of years already. Autobuild-User(master): Björn Jacke <bj@sernet.de> Autobuild-Date(master): Sun Sep 2 01:00:41 CEST 2012 on sn-devel-104
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index c71d588604..b448c02bfb 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -951,7 +951,7 @@ SMBD_OBJ_SRV = smbd/server_reload.o \
rpc_server/lsasd.o \
printing/printspoolss.o printing/spoolssd.o \
lib/sysquotas.o lib/sysquotas_linux.o \
- lib/sysquotas_xfs.o lib/sysquotas_4A.o \
+ lib/sysquotas_xfs.o lib/sysquotas_4A.o lib/sysquotas_4B.o \
lib/sysquotas_nfs.o \
lib/smbd_shim.o \
lib/background.o \