From c9e17edfc6f9dc7f3ae251102dbb7bfcf08a770d Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Sun, 19 Sep 2010 22:35:26 +0200 Subject: s3-waf: add net. Guenther --- source3/build/wscript | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source3/build/wscript') diff --git a/source3/build/wscript b/source3/build/wscript index f27e279d6b..2cbcbe6de1 100644 --- a/source3/build/wscript +++ b/source3/build/wscript @@ -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''' -- cgit