build: subunit and popt need to be marked as private libraries
[nivanova/samba-autobuild/.git] / lib / subunit / c / wscript
index 75449121c63723b03919f71f55dafc4230dabf0d..3e5311d79f5ca8ec57d80897a61215cd7deff702 100644 (file)
@@ -10,5 +10,7 @@ def build(bld):
        if bld.CONFIG_SET('USING_SYSTEM_SUBUNIT'):
                return
 
-       bld.SAMBA_LIBRARY('subunit', source='lib/child.c', is_bundled=True,
-                       includes='include')
+       bld.SAMBA_LIBRARY('subunit',
+                         source='lib/child.c',
+                         private_library=True,
+                         includes='include')