summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@gmail.com>2013-01-10 02:37:35 +0100
committerMarc-André Lureau <marcandre.lureau@gmail.com>2013-01-10 02:37:35 +0100
commit8c4d52f2d2d1325d1991107eb6d34e0589d47561 (patch)
treece1c80e62938d895c580546b3088e2d117a98b2a /Makefile.am
parent78cc1d828b07ff13c12ae202c65ee124f86e2ac7 (diff)
downloadmsitools-8c4d52f2d2d1325d1991107eb6d34e0589d47561.tar.gz
msitools-8c4d52f2d2d1325d1991107eb6d34e0589d47561.tar.xz
msitools-8c4d52f2d2d1325d1991107eb6d34e0589d47561.zip
wixl: add MSIDefault.actions table with default values
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 9fbebce..76d4aa0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -52,6 +52,7 @@ wixl_VALAFLAGS = \
wixl_SOURCES = \
tools/wixl/builder.vala \
+ tools/wixl/msi-default.vala \
tools/wixl/msi.vala \
tools/wixl/preprocessor.vala \
tools/wixl/util.vala \