From 594e3161810ba5a57ce5a3c88a8cd89b11d04650 Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Tue, 24 Apr 2012 19:37:13 +0300 Subject: lib/replace: split out GSSAPI from lib/replace/system/kerberos.h into lib/replace/system/gssapi.h With waf build include directories are defined by dependencies specified to subsystems. Without proper dependency cannot be found for embedded Heimdal builds when there are no system-wide gssapi/gssapi.h available. Split out GSSAPI header includes in a separate replacement header and use that explicitly where needed. Autobuild-User: Alexander Bokovoy Autobuild-Date: Wed Apr 25 00:18:33 CEST 2012 on sn-devel-104 --- source3/libads/ads_status.c | 1 + source3/libads/sasl.c | 1 + 2 files changed, 2 insertions(+) (limited to 'source3/libads') diff --git a/source3/libads/ads_status.c b/source3/libads/ads_status.c index 919e5d34dc..fc489a9f00 100644 --- a/source3/libads/ads_status.c +++ b/source3/libads/ads_status.c @@ -22,6 +22,7 @@ #include "includes.h" #include "smb_krb5.h" +#include "system/gssapi.h" #include "smb_ldap.h" #include "libads/ads_status.h" diff --git a/source3/libads/sasl.c b/source3/libads/sasl.c index 02fd7545e5..42d65b63d4 100644 --- a/source3/libads/sasl.c +++ b/source3/libads/sasl.c @@ -23,6 +23,7 @@ #include "auth_generic.h" #include "ads.h" #include "smb_krb5.h" +#include "system/gssapi.h" #ifdef HAVE_LDAP -- cgit