mirror of
https://github.com/samba-team/samba.git
synced 2025-02-09 09:57:48 +03:00
9 lines
96 B
Python
9 lines
96 B
Python
#!/usr/bin/env python
|
|
|
|
|
|
bld.SAMBA_SUBSYSTEM('LIBPACKET',
|
|
source='packet.c',
|
|
deps='LIBTLS'
|
|
)
|
|
|