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

sources = basic.c

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

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

pango_basic_la_LDFLAGS = -rpath $(libdir) -export-dynamic -avoid-version -module
pango_basic_la_LIBADD = $(UNICODE_LIBS)
pango_basic_la_SOURCES = $(sources)

libpango_basic_la_SOURCES = $(sources)