summaryrefslogtreecommitdiff
path: root/tools/Makefile.am
blob: f8319e786e2f2e45150cc5658eddd0ca35d711e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
## Process this file with automake to create Makefile.in.

INCLUDES =					\
	-I$(top_srcdir)				\
	$(GLIB_CFLAGS)				\
	$(FREETYPE_CFLAGS)			\
	-DPANGO_DISABLE_DEPRECATED		\
	$(PANGO_DEBUG_FLAGS)

EXTRA_PROGRAMS = 		\
	gen-script-for-lang

EXTRA_DIST= 			\
	gen-color-table.pl

gen_script_for_lang_SOURCES = gen-script-for-lang.c
gen_script_for_lang_LDADD = ../pango/libpango-$(PANGO_API_VERSION).la $(FREETYPE_LIBS)

-include $(top_srcdir)/git.mk