summaryrefslogtreecommitdiff
path: root/source4/ntptr
diff options
context:
space:
mode:
Diffstat (limited to 'source4/ntptr')
-rw-r--r--source4/ntptr/SConscript5
1 files changed, 5 insertions, 0 deletions
diff --git a/source4/ntptr/SConscript b/source4/ntptr/SConscript
new file mode 100644
index 0000000000..9660bd502b
--- /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'])