summaryrefslogtreecommitdiff
path: root/src/hb-icu-le/Makefile.am
blob: e3b103cd656fbb90a9a98c893097bd98ceab0d79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
## Process this file with automake to produce Makefile.in

noinst_LTLIBRARIES = libhb-icu-le.la


libhb_icu_le_la_SOURCES = \
	FontTableCache.cpp \
	FontTableCache.h \
	PortableFontInstance.cpp \
	PortableFontInstance.h \
	cmaps.cpp \
	cmaps.h \
	letest.h \
	sfnt.h
libhb_icu_le_la_CPPFLAGS = \
	-I$(top_srcdir) \
	-I$(top_srcdir)/src \
	-I$(top_builddir)/src \
	$(ICU_LE_CFLAGS)
libhb_icu_le_la_LIBADD = \
	$(ICU_LE_LIBS)

EXTRA_DIST = README license.html COPYING

-include $(top_srcdir)/git.mk