mirror of
https://github.com/samba-team/samba.git
synced 2025-03-01 04:58:35 +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'
|
|
)
|
|
|