Changeset 919 for vendor/current/lib


Ignore:
Timestamp:
Jun 9, 2016, 2:17:22 PM (9 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: apply latest security patches to vendor

Location:
vendor/current/lib/util
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/lib/util/wscript_build

    r917 r919  
    100100                  private_library=True,
    101101                  local_include=False
    102                   )
     102                 )
    103103
     104bld.SAMBA_LIBRARY('bitmap',
     105                  source='bitmap.c',
     106                  deps='talloc samba-util',
     107                  local_include=False,
     108                  private_library=True)
     109
Note: See TracChangeset for help on using the changeset viewer.