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

sources = \
	arabic.c \
	arconv.c \
	mulefont.c \
	mulefont.h \
	langboxfont.c \
	langboxfont.h \
	arconv.h 

if INCLUDE_ARABIC
noinst_LTLIBRARIES = libpango-arabic.la
moddefine = -DMODULE_PREFIX
else
moduledir = $(libdir)/pango/modules
module_LTLIBRARIES = pango-arabic.la
endif

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

pango_arabic_la_LDFLAGS = -rpath $(libdir) -export-dynamic -avoid-version -module
pango_arabic_la_SOURCES = $(sources)

libpango_arabic_la_SOURCES = $(sources)