diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/Makefile.am b/Makefile.am index 217eb8a..c0d5b64 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,9 +1,4 @@ -SUBDIRS = \ - po \ - libmate-desktop \ - docs \ - man \ - schemas +SUBDIRS = libmate-desktop man docs po schemas if MATE_ABOUT_ENABLED SUBDIRS += mate-about @@ -14,10 +9,13 @@ endif ACLOCAL_AMFLAGS = -I m4 +DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --disable-scrollkeeper + if MATE_ABOUT_ENABLED -versiondir=$(datadir)/mate-about -version_DATA=mate-version.xml +versiondir = $(datadir)/mate-about +version_DATA = mate-version.xml endif + @INTLTOOL_XML_RULE@ EXTRA_DIST = \ @@ -27,8 +25,6 @@ EXTRA_DIST = \ mate-version.xml.in.in \ mate-doc-utils.make -DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --disable-scrollkeeper - CLEANFILES = \ $(version_DATA) |