From 8d5e9b35257ec49cca3c21a43305fbec494b62bc Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Sun, 6 Apr 2014 23:06:54 -0400 Subject: [PATCH] Clean Makefile.am Add libtool maintainer-clean files Remove useless ACLOCAL macro --- Makefile.am | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/Makefile.am b/Makefile.am index 684e672..e76aadc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,17 +3,23 @@ SUBDIRS = po src pixmaps doc contrib EXTRA_DIST = \ - grip.desktop \ - CREDITS \ - grip.spec.in \ - autogen.sh + grip.desktop \ + CREDITS \ + grip.spec.in \ + autogen.sh Applicationsdir = $(datadir)/applications Applications_DATA = grip.desktop -ACLOCAL = aclocal -I $(ac_aux_dir) ACLOCAL_AMFLAGS = -I m4 +LIBTOOL_MACROS = \ + m4/libtool.m4 \ + m4/ltoptions.m4 \ + m4/ltsugar.m4 \ + m4/ltversion.m4 \ + m4/lt~obsolete.m4 + CLEANFILES = *~ MAINTAINERCLEANFILES = \ @@ -32,7 +38,8 @@ MAINTAINERCLEANFILES = \ $(ac_aux_dir)/config.sub \ $(ac_aux_dir)/ltmain.sh \ $(ac_aux_dir)/compile \ - $(ac_aux_dir)/config.rpath + $(ac_aux_dir)/config.rpath \ + $(LIBTOOL_MACROS) changelog: @if test -d $(srcdir)/.git; then \ -- 2.20.1