waf: fix generated nbt.h path, should fix s4 install.
authorGünther Deschner <gd@samba.org>
Thu, 23 Sep 2010 09:13:15 +0000 (02:13 -0700)
committerGünther Deschner <gd@samba.org>
Thu, 23 Sep 2010 09:15:05 +0000 (02:15 -0700)
Guenther

librpc/wscript_build

index a4b625da24206dbfd2c502aa2bdb491fea2bc6da..246a054431e491b42e5fa49c958540c8d275141b 100644 (file)
@@ -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'
        )