diff options
Diffstat (limited to 'source4/auth')
-rw-r--r-- | source4/auth/config.mk | 2 | ||||
-rw-r--r-- | source4/auth/gensec/config.mk | 5 |
2 files changed, 5 insertions, 2 deletions
diff --git a/source4/auth/config.mk b/source4/auth/config.mk index 184902a870..c09e484231 100644 --- a/source4/auth/config.mk +++ b/source4/auth/config.mk @@ -34,7 +34,7 @@ SUBSYSTEM = AUTH INIT_OBJ_FILES = \ auth_winbind.o REQUIRED_SUBSYSTEMS = \ - LIB_WINBIND_CLIENT \ + LIBWINBIND_CLIENT \ NDR_NETLOGON LIBNDR # End MODULE auth_winbind ####################### diff --git a/source4/auth/gensec/config.mk b/source4/auth/gensec/config.mk index fe4a5e48e1..d1a89038ad 100644 --- a/source4/auth/gensec/config.mk +++ b/source4/auth/gensec/config.mk @@ -1,6 +1,9 @@ ################################# # Start SUBSYSTEM GENSEC -[SUBSYSTEM::GENSEC] +[LIBRARY::GENSEC] +MAJOR_VERSION = 0 +MINOR_VERSION = 0 +RELEASE_VERSION = 1 INIT_FUNCTION = gensec_init INIT_OBJ_FILES = gensec.o REQUIRED_SUBSYSTEMS = \ |