summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-09-20 03:10:43 +0200
committerGünther Deschner <gd@samba.org>2010-09-20 03:10:43 +0200
commitad8533c0b0cffa037f1395d586381d8db642e93a (patch)
treea2b33a993f95e61abbb7b84719c776b111b83061 /source3/wscript_build
parent91e8f8ded2f78bdd5b1db11562a575488a024322 (diff)
downloadsamba-ad8533c0b0cffa037f1395d586381d8db642e93a.tar.gz
samba-ad8533c0b0cffa037f1395d586381d8db642e93a.tar.bz2
samba-ad8533c0b0cffa037f1395d586381d8db642e93a.zip
s3-waf: fix the build after reg_api changes.
Guenther
Diffstat (limited to 'source3/wscript_build')
-rw-r--r--source3/wscript_build5
1 files changed, 4 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index 99e1d3ee60..2c603ac3fb 100644
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -376,6 +376,8 @@ REG_INIT_FULL_SRC = '''registry/reg_init_full.c'''
REGFIO_SRC = '''registry/regfio.c ${REG_PARSE_PRS_SRC}'''
+REG_API_REGF_SRC = '''registry/reg_api_regf.c'''
+
REGSRCS_SRC = '''registry/reg_objects.c'''
REG_BACKENDS_BASE_SRC = '''registry/reg_backend_db.c'''
@@ -394,7 +396,6 @@ REG_BACKENDS_EXTRA_SRC = '''registry/reg_backend_printing.c
REG_BASE_SRC = '''registry/reg_api.c
registry/reg_dispatcher.c
registry/reg_cachehook.c
- ${REGFIO_SRC}
${REGSRCS_SRC}
registry/reg_util_internal.c
lib/util_nttoken.c
@@ -808,6 +809,8 @@ SMBD_SRC_BASE = '''${SMBD_SRC_SRV}
rpc_client/init_samr.c
${AUTH_SRC}
${PRIVILEGES_BASIC_SRC}
+ ${REGFIO_SRC}
+ ${REG_API_REGF_SRC}
${LIBNDR_XATTR_SRC}'''
PRINTING_SRC = '''printing/pcap.c printing/print_svid.c printing/print_aix.c