summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@gmail.com>2013-01-25 14:19:31 +0100
committerMarc-André Lureau <marcandre.lureau@gmail.com>2013-01-25 14:19:57 +0100
commita747780b602e4800193e7a3c91b79e0cbd8da5cb (patch)
tree2e7897aa836021bdb4c1dd9b0134914193353b87 /Makefile.am
parent2cd46f1133843a94795c8f4706c6890a76d8b0f1 (diff)
downloadmsitools-a747780b602e4800193e7a3c91b79e0cbd8da5cb.tar.gz
msitools-a747780b602e4800193e7a3c91b79e0cbd8da5cb.tar.xz
msitools-a747780b602e4800193e7a3c91b79e0cbd8da5cb.zip
build-sys: install msiextract
Now that it works (to some extent) :)
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index bad7491..687e798 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -31,9 +31,9 @@ msiinfo_SOURCES = tools/msiinfo.c
msiinfo_LDADD = -lmsi $(GLIB_LIBS) $(GSF_LIBS)
msiinfo_DEPENDENCIES = libmsi/libmsi.la
-# msiextract, something on the TODO list...
+# msiextract
-noinst_PROGRAMS = msiextract
+bin_PROGRAMS += msiextract
msiextract_CFLAGS = -w