From bc141c795767cc765731c607f1fb047811da6e03 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 28 Apr 2006 01:55:17 +0000 Subject: r15304: Fix smbd build, more updates on getting --enable-dso to build again (This used to be commit 3ef9326386ba1c210166302cbcf02d2ed3f19944) --- source4/auth/config.mk | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'source4/auth/config.mk') diff --git a/source4/auth/config.mk b/source4/auth/config.mk index 7e2a0ea2cc..018bc61ecc 100644 --- a/source4/auth/config.mk +++ b/source4/auth/config.mk @@ -6,11 +6,8 @@ include credentials/config.mk [SUBSYSTEM::auth_sam] PRIVATE_PROTO_HEADER = auth_sam.h -OBJ_FILES = \ - sam.o \ - auth_sam_reply.o -PUBLIC_DEPENDENCIES = \ - SAMDB +OBJ_FILES = sam.o auth_sam_reply.o +PUBLIC_DEPENDENCIES = SAMDB ####################### # Start MODULE auth_sam @@ -39,9 +36,7 @@ OBJ_FILES = auth_anonymous.o INIT_FUNCTION = auth_winbind_init SUBSYSTEM = auth OBJ_FILES = auth_winbind.o -PUBLIC_DEPENDENCIES = \ - LIBWINBIND-CLIENT \ - NDR_NETLOGON LIBNDR +PUBLIC_DEPENDENCIES = LIBWINBIND-CLIENT NDR_NETLOGON LIBNDR # End MODULE auth_winbind ####################### -- cgit