blob: 4a2047f0716c313976af56ccdbdbce034891ef0d (
plain)
1
2
3
4
5
6
|
Import('hostenv')
# tastes like -*- python -*-
Import('basic param credentials')
popt_common = hostenv.Library('popt_common',['popt_common.c',basic,param,credentials])
Export('popt_common')
|