Git init
[external/pango1.0.git] / tools / Makefile.am
1 ## Process this file with automake to create Makefile.in.
2
3 INCLUDES =                                      \
4         -I$(top_srcdir)                         \
5         $(GLIB_CFLAGS)                          \
6         $(FREETYPE_CFLAGS)                      \
7         -DPANGO_DISABLE_DEPRECATED              \
8         $(PANGO_DEBUG_FLAGS)
9
10 EXTRA_PROGRAMS =                \
11         gen-script-for-lang
12
13 EXTRA_DIST=                     \
14         gen-color-table.pl
15
16 gen_script_for_lang_SOURCES = gen-script-for-lang.c
17 gen_script_for_lang_LDADD = ../pango/libpango-$(PANGO_API_VERSION).la $(FREETYPE_LIBS)
18
19 -include $(top_srcdir)/git.mk