summaryrefslogtreecommitdiff
path: root/modules/hebrew/Makefile.am
blob: ce925aec0d99d843737ad318f0dd67e0b3d4d758 (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 = hebrew-x.c

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

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

pango_hebrew_x_la_LDFLAGS = $(moduleflags) -export-dynamic -avoid-version -module
pango_hebrew_x_la_LIBADD =
pango_hebrew_x_la_SOURCES = $(sources)

libpango_hebrew_x_la_SOURCES = $(sources)