mirror of
https://github.com/samba-team/samba.git
synced 2025-11-25 00:23:52 +03:00
6 lines
130 B
Python
6 lines
130 B
Python
# tastes like -*- python -*-
|
|
|
|
Import('hostenv')
|
|
talloc = hostenv.StaticLibrary('talloc',['talloc.c'])
|
|
Export('talloc')
|