mirror of
https://github.com/samba-team/samba.git
synced 2025-11-09 20:23:51 +03:00
9 lines
232 B
Python
9 lines
232 B
Python
Import('hostenv')
|
|
# tastes like -*- python -*-
|
|
|
|
Import('dynconfig')
|
|
param = StaticLibrary('loadparm',['loadparm.c','params.c',dynconfig])
|
|
Export('param')
|
|
generic = StaticLibrary('generic',['generic.c'])
|
|
Export('generic')
|