diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 11 |
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 \ |