summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/include/Makefile.in1
-rw-r--r--src/include/gssapi.h5
2 files changed, 6 insertions, 0 deletions
diff --git a/src/include/Makefile.in b/src/include/Makefile.in
index 02e7b5e9f4..47bdce823d 100644
--- a/src/include/Makefile.in
+++ b/src/include/Makefile.in
@@ -126,3 +126,4 @@ install-headers-unix install:: krb5/krb5.h profile.h
$(INSTALL_DATA) krb5/krb5.h $(DESTDIR)$(KRB5_INCDIR)$(S)krb5$(S)krb5.h
$(INSTALL_DATA) $(srcdir)/krb5/locate_plugin.h $(DESTDIR)$(KRB5_INCDIR)$(S)krb5$(S)locate_plugin.h
$(INSTALL_DATA) profile.h $(DESTDIR)$(KRB5_INCDIR)$(S)profile.h
+ $(INSTALL_DATA) $(srcdir)/gssapi.h $(DESTDIR)$(KRB5_INCDIR)$(S)gssapi.h
diff --git a/src/include/gssapi.h b/src/include/gssapi.h
new file mode 100644
index 0000000000..f557681440
--- /dev/null
+++ b/src/include/gssapi.h
@@ -0,0 +1,5 @@
+/*
+ * Wrapper so that #include <gssapi.h> will work without special include
+ * paths.
+ */
+#include <gssapi/gssapi.h>