summaryrefslogtreecommitdiff
path: root/source4/lib/cmdline/SConscript
blob: 724dc07821efb39ce8298e03d43af701871aefaa (plain)
1
2
3
4
5
6
#            tastes like -*- python -*-

Import('hostenv')
Import('basic param')
popt_common = hostenv.StaticLibrary('popt_common',['popt_common.c',basic,param])
Export('popt_common')