From 4f7ce74534361431949197af9711a8ce1e3307ca Mon Sep 17 00:00:00 2001 From: rbuj Date: Wed, 18 Sep 2019 06:57:05 +0200 Subject: Add MATE Disk Image Mounter utility Based on https://github.com/GNOME/gnome-disk-utility/commit/2794ee121829d656d460da58c0ecaa84271e6fe7 --- Makefile.am | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'Makefile.am') 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 \ -- cgit v1.2.1