]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s4:heimdal_build: include heimdal headers relative to heimdal_build
authorStefan Metzmacher <metze@samba.org>
Wed, 19 Jan 2022 12:26:41 +0000 (13:26 +0100)
committerJoseph Sutton <jsutton@samba.org>
Wed, 19 Jan 2022 20:50:34 +0000 (20:50 +0000)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Joseph Sutton <josephsutton@catalyst.net.nz>
source4/heimdal_build/gssapi-glue.c
source4/heimdal_build/hdb-glue.c
source4/heimdal_build/krb5-glue.c
source4/heimdal_build/krb5/windc_plugin.h
source4/heimdal_build/roken.h
source4/heimdal_build/vis.h

index 0c27f5100f14318c507e794ea0110faf59a74d6b..422beb6af513abf8dae70a3d086cc9a1e1d9ca60 100644 (file)
@@ -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)
 {
index 0a5289ba81fe04ebdc837a5a475868f3a784bde6..405874f13f3c69922c40eb8eaf9a4add395add66 100644 (file)
@@ -19,7 +19,7 @@
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#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)
index 4653f637dd671d2962f592be1aae45a2284ccd2e..0c3f1951fc245dd020293e871b51f1790be85511 100644 (file)
@@ -19,7 +19,7 @@
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#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,
index 1df5fd3eb6f630bd8bf6a626a99c517633e8490f..538b617d90d880a0f6e30704dfa2d31d617d2a4d 100644 (file)
@@ -1 +1 @@
-#include "heimdal/kdc/windc_plugin.h"
+#include "../../heimdal/kdc/windc_plugin.h"
index 351dc707adff02a71b7656a25dfa6c3d253e3b1b..fdc77ff931f9c519de8597fe4dd3a0066a7b22f2 100644 (file)
  * 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;
index 4389993ebd95d958aa252f05a82306f909d99b65..b6e6f6b04e0646080d91279efbd0eda50fc10eb3 100644 (file)
@@ -11,5 +11,5 @@
 #define __END_DECLS
 #endif
 
-#include "heimdal/lib/roken/vis.hin"
+#include "../heimdal/lib/roken/vis.hin"
 #endif