1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-25 06:04:04 +03:00

29 lines
767 B
Plaintext
Raw Normal View History

#!/usr/bin/env python
bld.SAMBA3_SUBSYSTEM('notifyd_db',
source='notifyd_entry.c',
deps='samba-debug')
bld.SAMBA3_SUBSYSTEM('notifyd',
source='notifyd.c',
deps='''
util_tdb
TDB_LIB
messages_util
notifyd_db
''')
bld.SAMBA3_BINARY('notifyd-tests',
source='tests.c',
install=False,
deps='''
smbconf
''')
bld.SAMBA3_BINARY('notifydd',
source='notifydd.c',
install=False,
deps='''notifyd
smbconf
''')