summaryrefslogtreecommitdiff
path: root/modules/hangul/Makefile.am
blob: 1a29330d69f0671696b2023539cfc738a091f728 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
## 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
endif

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

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

libpango_hangul_la_SOURCES = $(sources)

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