summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorRalph Boehme <slow@samba.org>2019-07-09 13:10:00 +0200
committerJeremy Allison <jra@samba.org>2019-07-12 21:31:29 +0000
commitdbc840e740a447b3e7771bbe0c607a4623518e98 (patch)
tree4a9ce7c7b40a143a65b217cd526bd931639b0d13 /source3/wscript_build
parentf9df2b67ced95bfad4bdac925dc200ca7daf111e (diff)
downloadsamba-dbc840e740a447b3e7771bbe0c607a4623518e98.tar.gz
vfs_fruit: move AppleDouble functionality to a dedicated subsystem
It's still tied to the VFS, therefor it lives in source3/modules/. Reduces code bloat in vfs_fruit and makes it possible to use it from other parts of the codebase in future. Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/wscript_build')
-rw-r--r--source3/wscript_build4
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index aa3c7175202..db29a7d2a15 100644
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -1081,6 +1081,10 @@ bld.SAMBA3_SUBSYSTEM('tevent-glib-glue',
enabled=bld.CONFIG_SET('WITH_TEVENT_GLIB_GLUE'),
)
+bld.SAMBA3_SUBSYSTEM('ADOUBLE',
+ source='lib/adouble.c',
+ deps='STRING_REPLACE')
+
########################## BINARIES #################################
bld.SAMBA3_BINARY('smbd/smbd',