mirror of
https://github.com/samba-team/samba.git
synced 2025-11-12 04:23:49 +03:00
4 lines
89 B
Python
4 lines
89 B
Python
Import('hostenv')
|
|
talloc = hostenv.StaticLibrary('talloc',['talloc.c'])
|
|
Export('talloc')
|