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

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