mirror of
https://github.com/samba-team/samba.git
synced 2025-11-30 20:23:49 +03:00
6 lines
168 B
Python
6 lines
168 B
Python
Import('hostenv')
|
|
hostenv.StaticLibrary('ntptr_simple_ldb',
|
|
['simple_ldb/ntptr_simple_ldb.c'])
|
|
hostenv.StaticLibrary('ntptr',
|
|
['ntptr_base.c','ntptr_interface.c'])
|