summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey Altman <jaltman@secure-endpoints.com>2007-06-11 22:14:56 +0000
committerJeffrey Altman <jaltman@secure-endpoints.com>2007-06-11 22:14:56 +0000
commitfd7e3b884d0fa19a4d9b1f1965e656b62beb7351 (patch)
treeb38eef4b0ae92e1d64b721b8fd9a3e87f0651e53
parent91984b0098d0452c3eed9c035357decad477a2ba (diff)
downloadkrb5-fd7e3b884d0fa19a4d9b1f1965e656b62beb7351.tar.gz
krb5-fd7e3b884d0fa19a4d9b1f1965e656b62beb7351.tar.xz
krb5-fd7e3b884d0fa19a4d9b1f1965e656b62beb7351.zip
This patch adds src/include/krb5/krb5.h to the MSI installer SDK component.
(Thanks to Asanka Herath for the patch.) ticket: 5573 tags: pullup git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19572 dc483132-0cff-0310-8789-dd5450dbe970
-rw-r--r--src/windows/installer/wix/features.wxi3
-rw-r--r--src/windows/installer/wix/files.wxi7
2 files changed, 8 insertions, 2 deletions
diff --git a/src/windows/installer/wix/features.wxi b/src/windows/installer/wix/features.wxi
index 72480a94cc..e07cc04cc9 100644
--- a/src/windows/installer/wix/features.wxi
+++ b/src/windows/installer/wix/features.wxi
@@ -241,6 +241,7 @@
<ComponentRef Id="cmp_dirinc_krb4" />
<ComponentRef Id="cmp_dirinc_krb5_gssapi" />
<ComponentRef Id="cmp_dirinc_krb5_KerberosIV" />
+ <ComponentRef Id="cmp_dirinc_krb5_krb5" />
<ComponentRef Id="cmp_dirinc_krb5" />
<ComponentRef Id="cmp_dirinc_krbcc" />
<ComponentRef Id="cmp_dirinc_leash" />
@@ -278,4 +279,4 @@
</Feature>
</Feature>
-</Include> \ No newline at end of file
+</Include>
diff --git a/src/windows/installer/wix/files.wxi b/src/windows/installer/wix/files.wxi
index aa37d79229..b1ff8f883b 100644
--- a/src/windows/installer/wix/files.wxi
+++ b/src/windows/installer/wix/files.wxi
@@ -664,6 +664,11 @@
<File Id="fil_mit_copyright_.h" LongName="mit-copyright.h" Name="MIT-COPY.H" />
</Component>
</Directory>
+ <Directory Id="dirinc_krb5_krb5" Name="krb5" src="$(var.IncDir)\krb5\krb5\">
+ <Component Id="cmp_dirinc_krb5_krb5" Guid="D1E4E3D8-EF04-4DD6-B01E-F87876509869" DiskId="1">
+ <File Id="fil_krb5_h_inc" LongName="krb5.h" Name="krb5.h" KeyPath="yes" />
+ </Component>
+ </Directory>
<Component Id="cmp_dirinc_krb5" Guid="7FD8008B-2F46-4613-8A09-989F643258F1" DiskId="1">
<File Id="fil_com_err_.h" LongName="com_err.h" Name="com_err.h" />
<File Id="fil_krb5_.h" LongName="krb5.h" Name="krb5.h" KeyPath="yes" />
@@ -1001,4 +1006,4 @@
</Component>
</Directory>
-</Include> \ No newline at end of file
+</Include>