mirror of
https://github.com/samba-team/samba.git
synced 2025-02-14 01:57:53 +03:00
8 lines
183 B
Python
8 lines
183 B
Python
#!/usr/bin/env python
|
|
|
|
bld.SAMBA_SUBSYSTEM('LIBSMBCONF',
|
|
source='smbconf.c smbconf_txt.c smbconf_util.c',
|
|
deps='talloc'
|
|
)
|
|
|