diff options
Diffstat (limited to 'source4/auth')
-rw-r--r-- | source4/auth/config.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/auth/config.mk b/source4/auth/config.mk index 3958318520..3d2ccf0571 100644 --- a/source4/auth/config.mk +++ b/source4/auth/config.mk @@ -31,7 +31,7 @@ INIT_OBJ_FILES = \ auth/auth_winbind.o REQUIRED_SUBSYSTEMS = \ LIB_WINBIND_CLIENT \ - NDR_NETLOGON LIBNDR + NDR_NETLOGON NDR # End MODULE auth_winbind ####################### @@ -43,7 +43,7 @@ SUBSYSTEM = AUTH INIT_OBJ_FILES = \ auth/auth_domain.o REQUIRED_SUBSYSTEMS = \ - NDR_NETLOGON LIBNDR + NDR_NETLOGON NDR # End MODULE auth_winbind ####################### |