lib: Add "strv" string handling routines
[obnox/samba/samba-obnox.git] / lib / util / wscript_build
index cd23231f3cc23688507b89bbe463766f49fc5ad8..83d0bf1d15ef42428f8e8afa03e5279aa5d59488 100755 (executable)
@@ -15,6 +15,11 @@ bld.SAMBA_SUBSYSTEM('tiniparser',
                     deps='tini',
                     local_include=False)
 
+bld.SAMBA_SUBSYSTEM('strv',
+                    source='strv.c',
+                    deps='talloc',
+                    local_include=False)
+
 bld.SAMBA_SUBSYSTEM('close-low-fd',
                     source='close_low_fd.c',
                     deps='replace',