diff options
author | Günther Deschner <gd@samba.org> | 2011-01-07 12:36:38 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-01-07 15:02:24 +0100 |
commit | 5c9eca6fc4060d9780264fe3576f12ac1d9d9759 (patch) | |
tree | 7f4378c4105652b6b828228e43e7c120ac0eb9cf /source3 | |
parent | 3294ccbb6d2ce26da5b6b9b512dfc1184a153d26 (diff) | |
download | samba-5c9eca6fc4060d9780264fe3576f12ac1d9d9759.tar.gz samba-5c9eca6fc4060d9780264fe3576f12ac1d9d9759.tar.bz2 samba-5c9eca6fc4060d9780264fe3576f12ac1d9d9759.zip |
s3-build: fix classic build after libcli netlogon changes.
Guenther
Diffstat (limited to 'source3')
-rw-r--r-- | source3/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 7c52f04dee..56ae635c1c 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -526,8 +526,8 @@ SECRETS_OBJ = passdb/secrets.o passdb/machine_account_secrets.o passdb/machine_s librpc/gen_ndr/ndr_secrets.o LIBNBT_OBJ = ../libcli/nbt/nbtname.o \ - ../libcli/netlogon.o \ - ../libcli/ndr_netlogon.o \ + ../libcli/netlogon/netlogon.o \ + ../libcli/netlogon/ndr_netlogon.o \ librpc/gen_ndr/ndr_nbt.o \ librpc/gen_ndr/ndr_svcctl.o \ ../librpc/ndr/ndr_svcctl.o |