This patch adds src/include/krb5/krb5.h to the MSI installer SDK component.
authorJeffrey Altman <jaltman@secure-endpoints.com>
Mon, 11 Jun 2007 22:14:56 +0000 (22:14 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Mon, 11 Jun 2007 22:14:56 +0000 (22:14 +0000)
(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

src/windows/installer/wix/features.wxi
src/windows/installer/wix/files.wxi

index 72480a94ccacacfa4304290d3a092ab78e639697..e07cc04cc9fb4c203197f20609c3fa8b095b8662 100644 (file)
             <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" />
         </Feature>
         
     </Feature>
-</Include>
\ No newline at end of file
+</Include>
index aa37d79229ef74b878bac719c05d48d29aa733c3..b1ff8f883bf89305fc32d8264798f19e6ac50307 100644 (file)
                                 <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" />
     </Component>
 
 </Directory>
-</Include>
\ No newline at end of file
+</Include>