Clean Makefile.am
authorHugo Villeneuve <hugo@hugovil.com>
Mon, 7 Apr 2014 03:06:54 +0000 (23:06 -0400)
committerHugo Villeneuve <hugo@hugovil.com>
Mon, 18 Sep 2023 20:56:56 +0000 (16:56 -0400)
Add libtool maintainer-clean files

Remove useless ACLOCAL macro

Makefile.am

index 684e672..e76aadc 100644 (file)
@@ -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          \