summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorKai Blin <kai@samba.org>2010-05-20 22:30:24 +0200
committerKai Blin <kai@samba.org>2010-05-20 22:30:24 +0200
commit29f549e3fb62b8b431aea5f9e53fc916ff121111 (patch)
tree7483d238873adb9bbe4df6253d610ff482aaa9bc /source3/wscript_build
parentaca2b5461c47e6bb6449d7b09e36faa0025bb912 (diff)
downloadsamba-29f549e3fb62b8b431aea5f9e53fc916ff121111.tar.gz
samba-29f549e3fb62b8b431aea5f9e53fc916ff121111.tar.bz2
samba-29f549e3fb62b8b431aea5f9e53fc916ff121111.zip
s3-waf: ndr string functions moved to top level
Diffstat (limited to 'source3/wscript_build')
-rw-r--r--source3/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index 4d2a18b212..222dab6837 100644
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -49,7 +49,7 @@ LIBNDR_SRC = '''../librpc/ndr/ndr_basic.c
../librpc/gen_ndr/ndr_misc.c
../librpc/gen_ndr/ndr_security.c
../librpc/ndr/ndr_sec_helper.c
- librpc/ndr/ndr_string.c
+ ../librpc/ndr/ndr_string.c
../librpc/ndr/uuid.c
librpc/ndr/util.c
../librpc/gen_ndr/ndr_dcerpc.c'''