harfbuzz-sys 0.1.15

Rust bindings to the HarfBuzz text shaping engine
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
## Process this file with automake to produce Makefile.in

noinst_LTLIBRARIES = libhb-ucdn.la

include Makefile.sources

libhb_ucdn_la_SOURCES = $(LIBHB_UCDN_sources)
libhb_ucdn_la_CPPFLAGS = \
	-I$(top_srcdir) \
	-I$(top_srcdir)/src \
	-I$(top_builddir)/src
libhb_ucdn_la_LIBADD =

EXTRA_DIST = README COPYING

-include $(top_srcdir)/git.mk