Ignore:
Timestamp:
Nov 24, 2016, 1:14:11 PM (9 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to version 4.4.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/testsuite/headers/wscript_build

    r740 r988  
    99    hlist = task.env.public_headers_list[:]
    1010    hlist.sort()
     11
    1112    for h in hlist:
    1213        f.write('#include "%s"\n' % os.path.normpath(h))
     
    2425                    target='test_headers.h')
    2526
    26 cflags=''
    27 for lib in ['talloc', 'tevent', 'tdb', 'ldb', 'popt' ]:
    28     ename = 'CPPPATH_%s' % lib.upper()
    29     for p in bld.env[ename]:
    30         cflags += bld.env.CPPPATH_ST % p + ' '
    31 
    32 if not bld.env.USING_SYSTEM_POPT:
    33     cflags += bld.env.CPPPATH_ST % '../lib/popt'
    34 
    3527if bld.env.DEVELOPER_MODE:
    3628    bld.SAMBA_BINARY('test_headers',
     
    3830                     includes="#include/public",
    3931                     pyembed=True,
    40                      cflags=cflags,
    4132                     local_include=True,
    4233                     global_include=False,
    4334                     use_global_deps=False,
    44                      install=False)
     35                     install=False,
     36                     deps='talloc tdb ldb tevent popt')
Note: See TracChangeset for help on using the changeset viewer.