mirror of
https://github.com/samba-team/samba.git
synced 2025-01-14 19:24:43 +03:00
5058f4b9e8
then StaticLibrary() (This used to be commit b53313dc517986c69a4e4cb8fe3885b696f8faa1)
6 lines
124 B
Python
6 lines
124 B
Python
Import('hostenv')
|
|
# tastes like -*- python -*-
|
|
|
|
talloc = hostenv.Library('talloc',['talloc.c'])
|
|
Export('talloc')
|