Move header-like stuff to a new header file.
[ttfautohint.git] / src / Makefile.am
blobdc3037db7741121fa3231fb20448c331e675e7c5
1 ## Makefile.am
3 AM_CPPFLAGS = $(FREETYPE_CPPFLAGS)
4 AM_LDFLAGS = $(FREETYPE_LDFLAGS)
6 noinst_LIBRARIES = libttfautohint.a
7 libttfautohint_a_SOURCES = ta.h \
8                            ttfautohint.c \
9                            ttfautohint.h
11 noinst_PROGRAMS = hint
12 hint_SOURCES = hint.c \
13                ttfautohint.h
14 hint_LDADD = libttfautohint.a
16 ## end of Makefile.am