From 14c976e479e6804b1671fb1f2372b22874ddf21d Mon Sep 17 00:00:00 2001 From: Marc-André Lureau Date: Mon, 14 Jan 2013 18:07:59 +0100 Subject: wixl: add a bunch of includes to ease packaging A couple of things: - the WiX syntax is very bloated and maintaining that is a pain - those files could move into there respectives packages, and installed under $datadir/wixl/include which should take precedence by default. - they have been made with Fedora, but should be somewhat distro agnostic. --- data/wixl/libusbx.wxi | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 data/wixl/libusbx.wxi (limited to 'data/wixl/libusbx.wxi') diff --git a/data/wixl/libusbx.wxi b/data/wixl/libusbx.wxi new file mode 100644 index 0000000..1eafcbd --- /dev/null +++ b/data/wixl/libusbx.wxi @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + -- cgit