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