summaryrefslogtreecommitdiff
path: root/source3/build/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'source3/build/wscript')
-rw-r--r--source3/build/wscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/build/wscript b/source3/build/wscript
index c6eb55fc29..70219bc10a 100644
--- a/source3/build/wscript
+++ b/source3/build/wscript
@@ -41,11 +41,11 @@ def configure(conf):
def build(bld):
cflags = dynconfig_cflags(bld)
- bld.SAMBA_SUBSYSTEM('DYNCONFIG',
+ bld.SAMBA3_SUBSYSTEM('DYNCONFIG',
'../dynconfig.c',
deps='replace talloc tdb popt',
cflags=cflags)
- bld.SAMBA_SUBSYSTEM('LOCALE_DIR',
+ bld.SAMBA3_SUBSYSTEM('LOCALE_DIR',
'../localedir.c',
cflags='-DLOCALEDIR=\"%s\"' % bld.env.LOCALEDIR)