summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@gmail.com>2013-01-07 19:12:15 +0100
committerMarc-André Lureau <marcandre.lureau@gmail.com>2013-01-07 22:42:41 +0100
commit78924b09d5cc79a8e2ee437877a8d23a2d522832 (patch)
treee71fa86684ec1521714ab46d04a260a53c16cd0c /src/Makefile.am
parent43072f6d85baf2de3919cdd7fc2dd2062947843f (diff)
downloadmsitools-78924b09d5cc79a8e2ee437877a8d23a2d522832.tar.gz
msitools-78924b09d5cc79a8e2ee437877a8d23a2d522832.tar.xz
msitools-78924b09d5cc79a8e2ee437877a8d23a2d522832.zip
Learn to build from fragments: wixl out.msi Foo.wxs Bar.wxs
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index ce618fb..3ff0034 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -4,6 +4,7 @@ bin_PROGRAMS = wixl
AM_CFLAGS = -w
AM_VALAFLAGS = \
+ -H wixl.h --use-header \
--vapidir=$(srcdir) --pkg config \
--enable-experimental \
--pkg gio-2.0 \