diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/Makefile.in | 2 | ||||
-rwxr-xr-x | source3/wscript_build | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 1453434730..66530c770b 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -532,8 +532,8 @@ SECRETS_OBJ = passdb/secrets.o passdb/machine_account_secrets.o passdb/machine_s LIBNBT_OBJ = ../libcli/nbt/nbtname.o \ ../libcli/netlogon/netlogon.o \ - ../libcli/netlogon/ndr_netlogon.o \ librpc/gen_ndr/ndr_nbt.o \ + ../librpc/ndr/ndr_nbt.o \ librpc/gen_ndr/ndr_svcctl.o \ ../librpc/ndr/ndr_svcctl.o diff --git a/source3/wscript_build b/source3/wscript_build index 7988bd1dca..54c7075fe5 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -975,7 +975,7 @@ bld.SAMBA3_SUBSYSTEM('LIBNMB', bld.SAMBA3_SUBSYSTEM('LIBNBT', source='', - deps='NDR_SVCCTL NDR_NBT LIBCLI_NETLOGON LIBCLI_NDR_NETLOGON', + deps='NDR_SVCCTL NDR_NBT LIBCLI_NETLOGON', vars=locals()) bld.SAMBA3_SUBSYSTEM('SERVICES', |