summaryrefslogtreecommitdiff
path: root/modules/hangul/Makefile.am
blob: 8b67f4ecf0b4e29a5a3fb00beff41eac6aece834 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
## Process this file with automake to create Makefile.in.

sources = hangul.c

if INCLUDE_HANGUL
noinst_LTLIBRARIES = libpango-hangul.la
moddefine = -DMODULE_PREFIX
else
moduledir = $(libdir)/pango/modules
module_LTLIBRARIES = pango-hangul.la
moduleflags= -rpath $(libdir)
endif

INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/pango/ $(moddefine)

pango_hangul_la_LDFLAGS = $(moduleflags) -export-dynamic -avoid-version -module
pango_hangul_la_SOURCES = $(sources)

libpango_hangul_la_SOURCES = $(sources)

EXTRA_DIST =			\
	tables-ksc5601.i	\
	tables-johabfont.i