summaryrefslogtreecommitdiff
path: root/source4/lib/talloc/SConscript
blob: 37079c41568b3bad4544858d485b1414e5e41005 (plain)
1
2
3
4
5
#            tastes like -*- python -*-

Import('hostenv')
talloc = hostenv.StaticLibrary('talloc',['talloc.c'])
Export('talloc')