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

sources = tamil-x.c taconv.c taconv.h tadefs.h

if INCLUDE_TAMIL_X
noinst_LTLIBRARIES = libpango-tamil-x.la
moddefine = -DX_MODULE_PREFIX
else
moduledir = $(libdir)/pango/modules
module_LTLIBRARIES = pango-tamil-x.la
moduleflags=-rpath $(libdir)
endif

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

pango_tamil_x_la_LDFLAGS = $(moduleflags) -export-dynamic -avoid-version -module
pango_tamil_x_la_SOURCES = $(sources)

libpango_tamil_x_la_SOURCES = $(sources)