diff options
author | Steve Zesch <[email protected]> | 2012-11-24 20:44:45 -0500 |
---|---|---|
committer | Steve Zesch <[email protected]> | 2012-11-24 20:44:45 -0500 |
commit | 6b24c91d3aa81fdb99500c8c2c12f830fabaefb6 (patch) | |
tree | 6a0038ecfaa77e156ee2cc9059220685091217d7 /Makefile.am | |
parent | a10375c2851e8569353c0da9921b8d0d9cbea2e6 (diff) | |
download | mate-calc-6b24c91d3aa81fdb99500c8c2c12f830fabaefb6.tar.bz2 mate-calc-6b24c91d3aa81fdb99500c8c2c12f830fabaefb6.tar.xz |
Update codebase.
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 |