summaryrefslogtreecommitdiff
path: root/modules/Makefile.am
blob: b031ac884227e4bc4284b3b7ba8f1d4ca366c80c (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
## Process this file with automake to create Makefile.in.

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



install-data-local:
	($(mkinstalldirs) $(DESTDIR)$(sysconfdir)/pango; \
	if ls $(DESTDIR)$(libdir)/pango/modules/*.so | grep -q 'so'; then \
          echo "Wrote $(DESTDIR)$(sysconfdir)/pango/pango.modules."; \
          $(top_builddir)/pango/pango-querymodules $(DESTDIR)$(libdir)/pango/modules/*.so \
		> $(DESTDIR)$(sysconfdir)/pango/pango.modules; \
        else \
          echo "No dynamic modules were installed; all modules were linked statically."; \
	  echo "# This is an empty file, because Pango was installed with no dynamic modules" > $(DESTDIR)$(sysconfdir)/pango/pango.modules; \
        fi)

EXTRA_DIST =		\
	module.def