mirror of
https://github.com/samba-team/samba.git
synced 2025-01-15 23:24:37 +03:00
b24f2583ed
the difference between these at all, and in the future the fact that INIT_OBJ_FILES include smb_build.h will be sufficient to have recompiles at the right time.
9 lines
170 B
Plaintext
9 lines
170 B
Plaintext
dnl # LIBCLI subsystem
|
|
|
|
LIBCLI_RAW_LIBS=
|
|
if test x"$with_ads_support" = x"yes"; then
|
|
LIBCLI_RAW_LIBS="KRB5"
|
|
fi
|
|
|
|
SMB_SUBSYSTEM(LIBCLI_RAW_KRB5, [], [${LIBCLI_RAW_LIBS}])
|