1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-10 01:18:15 +03:00
samba-mirror/source3/smbd/notifyd/wscript_build

13 lines
323 B
Plaintext
Raw Normal View History

#!/usr/bin/env python
bld.SAMBA3_SUBSYSTEM('notifyd',
source='notifyd.c',
deps='util_tdb TDB_LIB messages_util')
bld.SAMBA3_BINARY('notifyd-tests',
source='tests.c',
install=False,
deps='''
param
''')