summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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'
)