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

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