From: Greg Hudson Date: Sun, 17 Nov 2019 02:41:32 +0000 (-0500) Subject: Install gssapi/gssapi_alloc.h properly X-Git-Tag: krb5-1.18-beta1~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1002%2Fhead;p=thirdparty%2Fkrb5.git Install gssapi/gssapi_alloc.h properly Release 1.10 added gssapi_alloc.h, but only added it to "make install" for Windows, not to the wix installer or to the regular install. ticket: 8849 (new) --- diff --git a/src/lib/gssapi/generic/Makefile.in b/src/lib/gssapi/generic/Makefile.in index a9e894899d..1a95a7d3bb 100644 --- a/src/lib/gssapi/generic/Makefile.in +++ b/src/lib/gssapi/generic/Makefile.in @@ -103,7 +103,7 @@ STLIBOBJS = \ util_token.o \ gssapi_err_generic.o -EXPORTED_HEADERS= gssapi_generic.h gssapi_ext.h +EXPORTED_HEADERS= gssapi_generic.h gssapi_ext.h gssapi_alloc.h EXPORTED_BUILT_HEADERS= gssapi.h $(OBJS): $(EXPORTED_HEADERS) $(ETHDRS) diff --git a/src/windows/installer/wix/files.wxi b/src/windows/installer/wix/files.wxi index 039732693c..ad656a14a7 100644 --- a/src/windows/installer/wix/files.wxi +++ b/src/windows/installer/wix/files.wxi @@ -365,6 +365,7 @@ +