From: Stefan Metzmacher Date: Wed, 19 Jan 2022 12:26:41 +0000 (+0100) Subject: s4:heimdal_build: include heimdal headers relative to heimdal_build X-Git-Tag: tdb-1.4.6~54 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2a3016a9c59f93f89cf4bb86d40938d56400453;p=thirdparty%2Fsamba.git s4:heimdal_build: include heimdal headers relative to heimdal_build Signed-off-by: Stefan Metzmacher Reviewed-by: Joseph Sutton --- diff --git a/source4/heimdal_build/gssapi-glue.c b/source4/heimdal_build/gssapi-glue.c index 0c27f5100f1..422beb6af51 100644 --- a/source4/heimdal_build/gssapi-glue.c +++ b/source4/heimdal_build/gssapi-glue.c @@ -20,7 +20,7 @@ */ #include "../replace/replace.h" -#include "heimdal/lib/gssapi/gssapi_mech.h" +#include "../heimdal/lib/gssapi/gssapi_mech.h" gssapi_mech_interface __gss_ntlm_initialize(void) { diff --git a/source4/heimdal_build/hdb-glue.c b/source4/heimdal_build/hdb-glue.c index 0a5289ba81f..405874f13f3 100644 --- a/source4/heimdal_build/hdb-glue.c +++ b/source4/heimdal_build/hdb-glue.c @@ -19,7 +19,7 @@ along with this program. If not, see . */ -#include "heimdal/lib/hdb/hdb_locl.h" +#include "../heimdal/lib/hdb/hdb_locl.h" krb5_error_code hdb_sqlite_create(krb5_context context, HDB **db, const char *argument) diff --git a/source4/heimdal_build/krb5-glue.c b/source4/heimdal_build/krb5-glue.c index 4653f637dd6..0c3f1951fc2 100644 --- a/source4/heimdal_build/krb5-glue.c +++ b/source4/heimdal_build/krb5-glue.c @@ -19,7 +19,7 @@ along with this program. If not, see . */ -#include "heimdal/lib/krb5/krb5_locl.h" +#include "../heimdal/lib/krb5/krb5_locl.h" const krb5_cc_ops krb5_scc_ops = { .version = KRB5_CC_OPS_VERSION, diff --git a/source4/heimdal_build/krb5/windc_plugin.h b/source4/heimdal_build/krb5/windc_plugin.h index 1df5fd3eb6f..538b617d90d 100644 --- a/source4/heimdal_build/krb5/windc_plugin.h +++ b/source4/heimdal_build/krb5/windc_plugin.h @@ -1 +1 @@ -#include "heimdal/kdc/windc_plugin.h" +#include "../../heimdal/kdc/windc_plugin.h" diff --git a/source4/heimdal_build/roken.h b/source4/heimdal_build/roken.h index 351dc707adf..fdc77ff931f 100644 --- a/source4/heimdal_build/roken.h +++ b/source4/heimdal_build/roken.h @@ -157,7 +157,7 @@ * we include socket_wrapper via "system/network.h" */ #undef SOCKET_WRAPPER_REPLACE -#include "heimdal/lib/roken/roken.h.in" +#include "../heimdal/lib/roken/roken.h.in" extern const char *heimdal_version; extern const char *heimdal_long_version; diff --git a/source4/heimdal_build/vis.h b/source4/heimdal_build/vis.h index 4389993ebd9..b6e6f6b04e0 100644 --- a/source4/heimdal_build/vis.h +++ b/source4/heimdal_build/vis.h @@ -11,5 +11,5 @@ #define __END_DECLS #endif -#include "heimdal/lib/roken/vis.hin" +#include "../heimdal/lib/roken/vis.hin" #endif