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


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