diff options
author | Stefan Metzmacher <metze@samba.org> | 2004-05-13 18:06:45 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:53:43 -0500 |
commit | ace1c1f816afe2104f830c9a0f76048e8ea2b0c8 (patch) | |
tree | 8e7fd41d8c7ff5595abc6dbf56116d528ae5c42f /source4/libcli | |
parent | 90e3150099ac5b7e711eddaaf318b8c7dcbc0c73 (diff) | |
download | samba-ace1c1f816afe2104f830c9a0f76048e8ea2b0c8.tar.gz samba-ace1c1f816afe2104f830c9a0f76048e8ea2b0c8.tar.bz2 samba-ace1c1f816afe2104f830c9a0f76048e8ea2b0c8.zip |
r697: make use of SMB_EXT_LIB for LDAP and KRB5
metze
(This used to be commit b054f7d4906d1d2b96b352af09c6bdcf96553c2a)
Diffstat (limited to 'source4/libcli')
-rw-r--r-- | source4/libcli/config.m4 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/libcli/config.m4 b/source4/libcli/config.m4 index 788d7e3a0c..7331223487 100644 --- a/source4/libcli/config.m4 +++ b/source4/libcli/config.m4 @@ -22,7 +22,8 @@ SMB_SUBSYSTEM(LIBCLI_RAW,[], libcli/raw/rawnotify.o libcli/raw/rawioctl.o libcli/raw/rawacl.o - libcli/raw/rawdate.o]) + libcli/raw/rawdate.o], + [KRB5]) SMB_SUBSYSTEM(LIBCLI_UTILS,[], [libcli/util/asn1.o |