From eeae48962f1369332082f6f6f75baae625ce1898 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 19 Feb 2023 12:21:37 +0900 Subject: Drop autotools support. Signed-off-by: Michele Calgaro --- Makefile.am | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 Makefile.am (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am deleted file mode 100644 index 48f5153..0000000 --- a/Makefile.am +++ /dev/null @@ -1,23 +0,0 @@ -SUBDIRS = \ - tdegtk \ - rc \ - tests - -ACLOCAL_AMFLAGS = -I build - -EXTRA_DIST = autogen.sh COPYING - -DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper - -MAINTAINERCLEANFILES = \ - Makefile.in \ - config.h.in \ - configure \ - aclocal.m4 - -release: dist - make $(PACKAGE)-$(VERSION).tar.gz.md5 - make $(PACKAGE)-$(VERSION).tar.bz2.md5 - -%.md5: % - md5sum $< > $@ -- cgit v1.2.3