blob: 4c39984e3698fc83e9deb1db7f00733aeb7f9876 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
## Process this file with automake to create Makefile.in.
noinst_LTLIBRARIES = pango-hangul.la
INCLUDES = -I$(top_srcdir)/libpango
pango_hangul_la_SOURCES = hangul.c
pango_hangul_la_LDFLAGS = -rpath $(libdir) -export-dynamic -avoid-version -module
EXTRA_DIST = \
tables-ksc5601.i \
tables-johabfont.i
|