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


bld.SAMBA_LIBRARY('LIBEVENTS',
                  source='tevent_s4.c',
                  public_deps='tevent',
                  private_library=True
                  )