diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-03-17 20:29:18 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:11:05 -0500 |
commit | 72621f838e56e67dd68616cf91a57830d5218912 (patch) | |
tree | ba5479595f6f28d8ea52ba9ed9b58d5ab4e2e51e /source4/librpc/config.mk | |
parent | ef213b02482194a8fed7f37123e08624072694b2 (diff) | |
download | samba-72621f838e56e67dd68616cf91a57830d5218912.tar.gz samba-72621f838e56e67dd68616cf91a57830d5218912.tar.bz2 samba-72621f838e56e67dd68616cf91a57830d5218912.zip |
r5867: winreg depends on initshutdown now (uses initshutdown_String)
(This used to be commit ff478d44bed302f4a27edea56e9b7e897e62c769)
Diffstat (limited to 'source4/librpc/config.mk')
-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 37a1614345..70fafdaf3b 100644 --- a/source4/librpc/config.mk +++ b/source4/librpc/config.mk @@ -189,7 +189,7 @@ REQUIRED_SUBSYSTEMS = LIBNDR INIT_FUNCTION = dcerpc_winreg_init INIT_OBJ_FILES = librpc/gen_ndr/ndr_winreg.o NOPROTO = YES -REQUIRED_SUBSYSTEMS = LIBNDR +REQUIRED_SUBSYSTEMS = LIBNDR NDR_INITSHUTDOWN [SUBSYSTEM::NDR_INITSHUTDOWN] INIT_FUNCTION = dcerpc_initshutdown_init |