summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@gmail.com>2013-01-14 18:07:59 +0100
committerMarc-André Lureau <marcandre.lureau@gmail.com>2013-01-15 20:05:49 +0100
commit14c976e479e6804b1671fb1f2372b22874ddf21d (patch)
treeccbe5fcca03e39fa853d1b09bdd9c137e816db54 /Makefile.am
parentb0f2bdc39b8c9eac4c0aaca14d4491002b78087a (diff)
downloadmsitools-14c976e479e6804b1671fb1f2372b22874ddf21d.tar.gz
msitools-14c976e479e6804b1671fb1f2372b22874ddf21d.tar.xz
msitools-14c976e479e6804b1671fb1f2372b22874ddf21d.zip
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.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 95a2078..6ba0a49 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
NULL =
ACLOCAL_AMFLAGS = -I m4
-SUBDIRS = libmsi tests po .
+SUBDIRS = data libmsi tests po .
dist_include_HEADERS = \
include/libmsi.h \