s3-waf: add net.
[samba.git] / source3 / build / wscript
index f27e279d6b4facab3d1eca4e53eea6f6600ba0fc..2cbcbe6de1c00537d1f26b062d26ce22dec41c4d 100644 (file)
@@ -43,6 +43,9 @@ def build(bld):
                         '../dynconfig.c',
                         deps='replace talloc tdb popt',
                         cflags=cflags)
+    bld.SAMBA_SUBSYSTEM('LOCALE_DIR',
+                        '../localedir.c',
+                        cflags=cflags)
 
 def dynconfig_cflags(bld):
     '''work out the extra CFLAGS for dynconfig.c'''