1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-25 00:23:52 +03:00
Files
samba-mirror/source/lib/talloc/SConscript
2007-10-10 13:38:28 -05:00

6 lines
130 B
Python

# tastes like -*- python -*-
Import('hostenv')
talloc = hostenv.StaticLibrary('talloc',['talloc.c'])
Export('talloc')