blob: aa5c7e72a5d1575646c50f7a7607ab206d03a8c1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
## Process this file with automake to create Makefile.in.
moduledir = $(libdir)/pango/modules
module_LTLIBRARIES = pango-hangul.la
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/pango/
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
|