summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-09-23 02:13:15 -0700
committerGünther Deschner <gd@samba.org>2010-09-23 02:15:05 -0700
commit7f537736088f4e20f211bd25bd512f620b16484b (patch)
treea2248ab6b6617a5e11f4aa784e0042a269c24133 /librpc
parentde49623d4b3bc577694b1601dcdb2eb413692389 (diff)
downloadsamba-7f537736088f4e20f211bd25bd512f620b16484b.tar.gz
samba-7f537736088f4e20f211bd25bd512f620b16484b.tar.bz2
samba-7f537736088f4e20f211bd25bd512f620b16484b.zip
waf: fix generated nbt.h path, should fix s4 install.
Guenther
Diffstat (limited to 'librpc')
-rw-r--r--librpc/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/wscript_build b/librpc/wscript_build
index a4b625da24..246a054431 100644
--- a/librpc/wscript_build
+++ b/librpc/wscript_build
@@ -207,6 +207,6 @@ bld.SAMBA_SUBSYSTEM('NDR_SCHANNEL',
bld.SAMBA_SUBSYSTEM('NDR_NBT',
source='../librpc/gen_ndr/ndr_nbt.c',
public_deps='LIBNDR NDR_NBT_BUF NDR_SECURITY NDR_STANDARD LIBCLI_NDR_NETLOGON',
- public_headers='../../librpc/gen_ndr/nbt.h',
+ public_headers='../librpc/gen_ndr/nbt.h',
header_path='gen_ndr'
)