diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 1ca55f4..2a69bed 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,12 +1,14 @@ SUBDIRS = po src data help +# Temporary fix for JHBuild, see https://bugzilla.gnome.org/show_bug.cgi?id=641652 +ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS} + DISTCLEANFILES = \ Makefile.in \ aclocal.m4 \ config.h.in \ configure \ depcomp \ - mate-doc-utils.make \ install-sh \ missing \ mkinstalldirs \ @@ -14,4 +16,5 @@ DISTCLEANFILES = \ xmldocs.make EXTRA_DIST = \ - autogen.sh + autogen.sh \ + mate-calc.doap |