From 0b357c8429205571574735318a2b5bb08d632b7c Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 18 Jul 2018 23:04:22 -0400 Subject: Drop autotools We will just use meson from now on. --- tools/Makefile.am | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 tools/Makefile.am (limited to 'tools') diff --git a/tools/Makefile.am b/tools/Makefile.am deleted file mode 100644 index 83d243f2..00000000 --- a/tools/Makefile.am +++ /dev/null @@ -1,21 +0,0 @@ -## Process this file with automake to create Makefile.in. - -INCLUDES = \ - -I$(top_srcdir) \ - $(GLIB_CFLAGS) \ - $(FONTCONFIG_CFLAGS) \ - -DPANGO_DISABLE_DEPRECATED \ - $(PANGO_DEBUG_FLAGS) - -EXTRA_PROGRAMS = \ - gen-script-for-lang - -EXTRA_DIST= \ - gen-color-table.pl \ - gen-emoji-table.py \ - rgb.txt - -gen_script_for_lang_SOURCES = gen-script-for-lang.c -gen_script_for_lang_LDADD = ../pango/libpango-$(PANGO_API_VERSION).la $(FONTCONFIG_LIBS) $(GLIB_LIBS) - --include $(top_srcdir)/git.mk -- cgit v1.2.1