summaryrefslogtreecommitdiff
path: root/source4/nbt_server/wscript_build
diff options
context:
space:
mode:
Diffstat (limited to 'source4/nbt_server/wscript_build')
-rw-r--r--source4/nbt_server/wscript_build3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/nbt_server/wscript_build b/source4/nbt_server/wscript_build
index 6fe64a4d93..252a9b8123 100644
--- a/source4/nbt_server/wscript_build
+++ b/source4/nbt_server/wscript_build
@@ -42,6 +42,7 @@ bld.SAMBA_MODULE('service_nbtd',
source='nbt_server.c',
subsystem='service',
init_function='server_service_nbtd_init',
- deps='NBT_SERVER process_model'
+ deps='NBT_SERVER process_model',
+ internal_module=False,
)