diff options
author | Michele Calgaro <[email protected]> | 2023-02-19 12:21:37 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-02-19 12:21:37 +0900 |
commit | eeae48962f1369332082f6f6f75baae625ce1898 (patch) | |
tree | fbebd51ad389890370d7c8defe5fdb49be33f38d /Makefile.am | |
parent | fe44e22fb9f91ac044c0a71a655ddca25f2b09d1 (diff) | |
download | gtk3-tqt-engine-eeae48962f1369332082f6f6f75baae625ce1898.tar.gz gtk3-tqt-engine-eeae48962f1369332082f6f6f75baae625ce1898.zip |
Drop autotools support.r14.1.0
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 23 |
1 files changed, 0 insertions, 23 deletions
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 $< > $@ |