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

sources = thai.c

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

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

pango_thai_la_LDFLAGS = $(moduleflags) -export-dynamic -avoid-version -module
pango_thai_la_LIBADD =
pango_thai_la_SOURCES = $(sources)

libpango_thai_la_SOURCES = $(sources)