git.samba.org
/
kai
/
samba-autobuild
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc19278
)
s3-waf: fix the build after registry changes.
author
Günther Deschner
<gd@samba.org>
Mon, 20 Sep 2010 20:40:55 +0000
(13:40 -0700)
committer
Günther Deschner
<gd@samba.org>
Mon, 20 Sep 2010 20:40:55 +0000
(13:40 -0700)
Guenther
source3/wscript_build
patch
|
blob
|
history
diff --git
a/source3/wscript_build
b/source3/wscript_build
index 49a1bd38798b0ac0d32ef6443ad9297df837f137..e5ad33bab40765979caf9d1711c21d5b94859702 100644
(file)
--- a/
source3/wscript_build
+++ b/
source3/wscript_build
@@
-408,7
+408,8
@@
REG_BASE_SRC = '''registry/reg_api.c
REG_SMBCONF_SRC = '''${REG_BASE_SRC}
${REG_BACKENDS_SMBCONF_SRC}
${REG_INIT_SMBCONF_SRC}
- registry/reg_util_token.c'''
+ registry/reg_util_token.c
+ registry/reg_api_util.c'''
REG_FULL_SRC = '''${REG_SMBCONF_SRC}
${REG_BACKENDS_EXTRA_SRC}