diff options
Diffstat (limited to 'source4/ntptr')
-rw-r--r-- | source4/ntptr/SConscript | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source4/ntptr/SConscript b/source4/ntptr/SConscript new file mode 100644 index 00000000000..9660bd502b7 --- /dev/null +++ b/source4/ntptr/SConscript @@ -0,0 +1,5 @@ +Import('hostenv') +hostenv.StaticLibrary('ntptr_simple_ldb', + ['simple_ldb/ntptr_simple_ldb.c']) +hostenv.StaticLibrary('ntptr', + ['ntptr_base.c','ntptr_interface.c']) |