From 1621b391b6e108a4d3fc58b7df5aafb343de2405 Mon Sep 17 00:00:00 2001 From: Michal Ratajsky Date: Sat, 8 Nov 2014 15:44:58 +0100 Subject: Remove unused parts of Makefiles and clean up tabs --- Makefile.am | 40 +++++++++++++++++++--------------------- 1 file changed, 19 insertions(+), 21 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index ccfd2dc..378e1c8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,33 +2,31 @@ NULL = SUBDIRS = data po man mate-volume-control -DISTCHECK_CONFIGURE_FLAGS = \ - --disable-scrollkeeper \ - --enable-more-warnings \ - --enable-compile-warnings=maximum \ +DISTCHECK_CONFIGURE_FLAGS = \ + --enable-more-warnings \ + --enable-compile-warnings=maximum \ --enable-deprecated -DIST_SUBDIRS = \ - data \ - po \ - man \ - mate-volume-control \ +DIST_SUBDIRS = \ + data \ + po \ + man \ + mate-volume-control \ $(NULL) -EXTRA_DIST = \ - .version \ - autogen.sh \ - configure \ - ChangeLog \ - COPYING \ - COPYING-DOCS \ - build-aux/git-version-gen \ - $(INTLTOOL_BUILT:=.in) \ +EXTRA_DIST = \ + .version \ + autogen.sh \ + configure \ + ChangeLog \ + COPYING \ + COPYING-DOCS \ + build-aux/git-version-gen \ + $(INTLTOOL_BUILT:=.in) \ $(NULL) -DISTCLEANFILES = \ - build-aux/mate-doc-utils.make \ - po/.intltool-merge-cache \ +DISTCLEANFILES = \ + po/.intltool-merge-cache \ $(NULL) ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} -- cgit v1.2.1