diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-02-15 06:46:31 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:10:42 -0500 |
commit | d816db1bda1ccbd0b4f919abd60fcc879c1055ab (patch) | |
tree | 90016e5e376bf2f9bfd4096ca7d6bbdb6275adc2 /source4 | |
parent | 93cd3e9022c75f026f6d0bf3a2719df662d32db1 (diff) | |
download | samba-d816db1bda1ccbd0b4f919abd60fcc879c1055ab.tar.gz samba-d816db1bda1ccbd0b4f919abd60fcc879c1055ab.tar.bz2 samba-d816db1bda1ccbd0b4f919abd60fcc879c1055ab.zip |
r5406: fixed dependencies for the WREPL subsystem
(This used to be commit 00b0ec8a599c9467ba52aebf978dc33648d33136)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/librpc/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/config.mk b/source4/librpc/config.mk index 82b3189805..22d9d1de98 100644 --- a/source4/librpc/config.mk +++ b/source4/librpc/config.mk @@ -297,7 +297,7 @@ REQUIRED_SUBSYSTEMS = LIBNDR NDR_MISC INIT_OBJ_FILES = librpc/gen_ndr/ndr_winsrepl.o INIT_FUNCTION = dcerpc_winsrepl_init NOPROTO = YES -REQUIRED_SUBSYSTEMS = LIBNDR NDR_MISC +REQUIRED_SUBSYSTEMS = LIBNDR NDR_NBT [SUBSYSTEM::NDR_ALL] |