s4-waf: sanitize library names like the old build system did, only add
[ira/wip.git] / lib / popt / wscript
index 425402ebe737120c99b46d740f43cff11d581657..7d236dd3365778fd133468586ebbfee5d7d22d9f 100644 (file)
@@ -14,5 +14,6 @@ def build(bld):
 
     bld.SAMBA_LIBRARY('popt',
                       source='findme.c popt.c poptconfig.c popthelp.c poptparse.c',
-                      cflags='-DDBL_EPSILON=__DBL_EPSILON__'
+                      cflags='-DDBL_EPSILON=__DBL_EPSILON__',
+                                         is_bundled=True,
                       )