diff options
author | Günther Deschner <gd@samba.org> | 2010-09-24 11:12:39 -0700 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-09-24 11:12:39 -0700 |
commit | c54881b2e1e102beeec2b76e64654c514d7a93d4 (patch) | |
tree | 4615fc8a5e3c4cf5ded709c0df967b6585c86d4a /source3/wscript_build | |
parent | c9b19d9b696d8528e59eade89695c60a40461ec9 (diff) | |
download | samba-c54881b2e1e102beeec2b76e64654c514d7a93d4.tar.gz samba-c54881b2e1e102beeec2b76e64654c514d7a93d4.tar.bz2 samba-c54881b2e1e102beeec2b76e64654c514d7a93d4.zip |
s3-waf: add wscript_build to s3 librpc dir for NDR_ subsystems.
Guenther
Diffstat (limited to 'source3/wscript_build')
-rw-r--r-- | source3/wscript_build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index 98b609b212..f60b95d573 100644 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -1161,6 +1161,7 @@ bld.RECURSE('build') bld.RECURSE('../librpc') bld.RECURSE('librpc/idl') +bld.RECURSE('librpc') bld.SAMBA_MKVERSION('include/version.h') |