summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorrbuj <[email protected]>2019-09-18 06:57:05 +0200
committerVictor Kareh <[email protected]>2019-10-02 06:31:34 -0400
commit4f7ce74534361431949197af9711a8ce1e3307ca (patch)
tree268ab6f24440b64569504be4459ab6d3cc557495 /Makefile.am
parent58f44578baf5fc6419b1a68be3d3f0ae7ca54e3e (diff)
downloadmate-utils-4f7ce74534361431949197af9711a8ce1e3307ca.tar.bz2
mate-utils-4f7ce74534361431949197af9711a8ce1e3307ca.tar.xz
Add MATE Disk Image Mounter utility
Based on https://github.com/GNOME/gnome-disk-utility/commit/2794ee121829d656d460da58c0ecaa84271e6fe7
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am11
1 files changed, 8 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index ab0f3d6e..f88cb1d0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,15 +5,20 @@ distcleancheck_listfiles = find . -type f -print | grep -v 'omf\.out' | grep -v
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
-SUBDIRS = \
+SUBDIRS = \
po \
baobab \
- mate-dictionary \
- mate-screenshot \
+ mate-dictionary \
+ mate-screenshot \
gsearchtool \
logview \
$(NULL)
+if BUILD_DISK_IMAGE_MOUNTER
+SUBDIRS += \
+ mate-disk-image-mounter
+endif
+
EXTRA_DIST = \
autogen.sh \
omf.make \