summaryrefslogtreecommitdiff
path: root/source4/param/SConscript
blob: a959351e906a123d1f7793f4df120e4d8c28ac01 (plain)
1
2
3
4
5
6
7
8
Import('hostenv')
#            tastes like -*- python -*-

Import('dynconfig')
param = StaticLibrary('loadparm',['loadparm.c','params.c',dynconfig])
Export('param')
generic = StaticLibrary('generic',['generic.c'])
Export('generic')