summaryrefslogtreecommitdiff
path: root/modules/Makefile.am
blob: ea29cb97155aa2cc56f78abfc193ca9c59507d10 (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.

SUBDIRS = 		\
	arabic		\
	basic 		\
	hangul 		\
	indic           \
	tamil 		\
	thai		\
	hebrew

EXTRA_DIST =		\
	module.def

install-data-local:
	$(mkinstalldirs) $(DESTDIR)$(sysconfdir)/pango && 	\
	$(top_builddir)/pango/pango-querymodules 		\
		> $(DESTDIR)$(sysconfdir)/pango/pango.modules

included-modules:
	@for d in $(SUBDIRS) ; do \
		( cd $$d && $(MAKE) $(AM_MAKEFLAGS) included-modules ) ; \
        done

.PHONY: included-modules