mirror of
https://github.com/samba-team/samba.git
synced 2025-12-14 20:23:54 +03:00
9 lines
260 B
Python
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')
|