blob: 800923228b721dbcc250814d05b67401cf006d60 (
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.
SUBDIRS = \
arabic \
devanagari \
basic \
hangul \
tamil \
thai
install-data-local:
$(mkinstalldirs) $(DESTDIR)$(sysconfdir)/pango
$(top_builddir)/pango/pango-querymodules $(DESTDIR)$(libdir)/pango/modules/*.so \
> $(DESTDIR)$(sysconfdir)/pango/pango.modules
EXTRA_DIST = \
module.def
|