[gui] Move error handling into a separate function.
[ttfautohint.git] / Makefile.am
blob3f42400544f3faa3d0c9a6961778fb15f955b6a1
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 EXTRA_DIST = bootstrap \
11              bootstrap.conf \
12              FTL.TXT \
13              GPLv2.TXT \
14              README \
15              TODO \
16              gnulib/m4/gnulib-cache.m4
18 ## end of Makefile.am