1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-14 20:23:54 +03:00
Files
samba-mirror/source/param/SConscript
2007-10-10 13:38:33 -05:00

9 lines
260 B
Python

Import('hostenv')
# tastes like -*- python -*-
Import('dynconfig basic')
param = hostenv.StaticLibrary('loadparm',['loadparm.c','params.c',dynconfig,basic])
Export('param')
generic = hostenv.StaticLibrary('generic',['generic.c'])
Export('generic')