summaryrefslogtreecommitdiff
path: root/source4/lib/events/wscript_build
blob: fa7030b51db422ed582245f0b7eca2ba2f313084 (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env python


bld.SAMBA_LIBRARY('events',
                  source='tevent_s4.c',
                  deps='libsamba-util',
                  public_deps='tevent',
                  private_library=True
                  )