[doc] Update ttfautohintGUI screenshot.
[ttfautohint.git] / Makefile.am
blob955633f004f240cae8f4c9b4f4a5168e922da9b0
1 ## Makefile.am
3 # due to a limitation of `autoreconf',
4 # all -I directives currently must be set on a single line
5 ACLOCAL_AMFLAGS = -I gnulib/m4 -I m4
7 SUBDIRS = gnulib/src \
8           lib \
9           frontend \
10           doc
11 EXTRA_DIST = bootstrap \
12              bootstrap.conf \
13              FTL.TXT \
14              GPLv2.TXT \
15              README \
16              TODO \
17              gnulib/m4/gnulib-cache.m4
19 ## end of Makefile.am