mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
b0fb567f04
these are needed so we can support a system talloc without using the bundled talloc.h
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'
|
|
)
|
|
|