[phodav] wxi: fix chezdav installer to include dll
- From: Marc-Andre Lureau <malureau src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [phodav] wxi: fix chezdav installer to include dll
- Date: Fri, 11 Apr 2014 11:11:06 +0000 (UTC)
commit 6cd77f9ed76a8db6b7cfc2f93b09bc430938930a
Author: Marc-André Lureau <marcandre lureau gmail com>
Date: Fri Apr 11 13:10:38 2014 +0200
wxi: fix chezdav installer to include dll
chezdav.wxs.in | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/chezdav.wxs.in b/chezdav.wxs.in
index c869fad..e980e07 100644
--- a/chezdav.wxs.in
+++ b/chezdav.wxs.in
@@ -46,6 +46,9 @@
<Component Id="CChezDAV" Guid="*">
<File Id='chezdav' Name='chezdav.exe' DiskId='1' Source='$(var.DESTDIR)/bin/chezdav.exe'
KeyPath='yes'/>
</Component>
+ <Component Id="CLibPhoDAV" Guid="*">
+ <File Id='libphodav' Name='libphodav-1.0-0.dll' DiskId='1'
Source='$(var.DESTDIR)/bin/libphodav-1.0-0.dll' KeyPath='yes'/>
+ </Component>
</Directory>
<Component Id="CDepsTxt" Guid="*">
<File Id='depstxt' Name='deps.txt' DiskId='1' Source='deps.txt' KeyPath='yes'/>
@@ -57,6 +60,7 @@
<Feature Id="Complete" Level="1">
<ComponentGroupRef Id="CG.libsoup"/>
<ComponentRef Id="CChezDAV"/>
+ <ComponentRef Id="CLibPhoDAV"/>
<ComponentRef Id="CDepsTxt"/>
</Feature>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]