build: subunit and popt need to be marked as private libraries
[samba.git] / lib / popt / wscript
index 7d236dd3365778fd133468586ebbfee5d7d22d9f..7fd15ed53a20075be387e60c11e4e0905add9756 100644 (file)
@@ -15,5 +15,4 @@ def build(bld):
     bld.SAMBA_LIBRARY('popt',
                       source='findme.c popt.c poptconfig.c popthelp.c poptparse.c',
                       cflags='-DDBL_EPSILON=__DBL_EPSILON__',
-                                         is_bundled=True,
-                      )
+                      private_library=True)