mirror of
https://github.com/samba-team/samba.git
synced 2025-11-08 16:23:49 +03:00
5 lines
143 B
Python
5 lines
143 B
Python
Import('hostenv')
|
|
Import('basic param')
|
|
popt_common = hostenv.StaticLibrary('popt_common',['popt_common.c',basic,param])
|
|
Export('popt_common')
|