diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2004-11-14 13:52:16 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:05:47 -0500 |
commit | 7367d23713a34a6c29a492adb365292399adffe8 (patch) | |
tree | 200c3610aef4c495210599861220dd2d72546805 /source4/libcli | |
parent | f0b954968c19722b7f42a4bcd367d5f815efdc47 (diff) | |
download | samba-7367d23713a34a6c29a492adb365292399adffe8.tar.gz samba-7367d23713a34a6c29a492adb365292399adffe8.tar.bz2 samba-7367d23713a34a6c29a492adb365292399adffe8.zip |
r3730: More build system fixes and simplifications
the hierarchy in the init functions is correct now
will also make it easier to implement some other features
(This used to be commit cbe819a75568403ac8850ea4d344c607a46d61c2)
Diffstat (limited to 'source4/libcli')
-rw-r--r-- | source4/libcli/auth/gensec.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source4/libcli/auth/gensec.mk b/source4/libcli/auth/gensec.mk index 1372a91ea2..ac778ad5c8 100644 --- a/source4/libcli/auth/gensec.mk +++ b/source4/libcli/auth/gensec.mk @@ -18,8 +18,7 @@ ADD_OBJ_FILES = \ libcli/auth/kerberos.o \ libcli/auth/kerberos_verify.o \ libcli/auth/gssapi_parse.o -REQUIRED_SUBSYSTEMS = GENSEC -REQUIRED_LIBRARIES = KRB5 +REQUIRED_SUBSYSTEMS = GENSEC EXT_LIB_KRB5 # End MODULE gensec_krb5 ################################################ |