summaryrefslogtreecommitdiff
path: root/tools/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r--tools/Makefile.am21
1 files changed, 0 insertions, 21 deletions
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