mirror of
https://github.com/samba-team/samba.git
synced 2025-01-25 06:04:04 +03:00
6812c73534
but final linking still fails (as does generating files asn1, et, idl and proto files) (This used to be commit 4f0d7f75b99c7f4388d8acb0838577d86baf68b5)
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'])
|