Formatting.
[ttfautohint.git] / src / Makefile.am
blob39e6345f275923eb238b3c7f7cc4f2494d825cb6
1 ## Makefile.am
3 AM_CPPFLAGS = $(FREETYPE_CPPFLAGS)
4 AM_LDFLAGS = $(FREETYPE_LDFLAGS)
6 noinst_LIBRARIES = libttfautohint.a
7 libttfautohint_a_SOURCES = ttfautohint.c \
8                            ttfautohint.h
10 noinst_PROGRAMS = hint
11 hint_SOURCES = hint.c \
12                ttfautohint.h
13 hint_LDADD = libttfautohint.a
15 ## end of Makefile.am