summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@gmail.com>2013-02-06 03:54:12 +0100
committerMarc-André Lureau <marcandre.lureau@gmail.com>2013-02-06 03:54:42 +0100
commitc1a2a42dab3edf1a01de8d2aedfebfbbc4d03cd9 (patch)
tree2e90913f33431e75c3853e215534ab313925418b /configure.ac
parent95234b55312b0f5dd6236b02e2472b4fc5a1a51e (diff)
downloadmsitools-c1a2a42dab3edf1a01de8d2aedfebfbbc4d03cd9.tar.gz
msitools-c1a2a42dab3edf1a01de8d2aedfebfbbc4d03cd9.tar.xz
msitools-c1a2a42dab3edf1a01de8d2aedfebfbbc4d03cd9.zip
tools: add msidiff and msidump
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 9b42f1d..51a9214 100644
--- a/configure.ac
+++ b/configure.ac
@@ -59,7 +59,12 @@ AC_CONFIG_FILES([
po/Makefile.in
libmsi/Makefile
libmsi/libmsi-1.0.pc
+ tools/msidump
+ tools/msidiff
tests/Makefile
+],[
+ chmod +x tools/msidump
+ chmod +x tools/msidiff
])
AC_OUTPUT