From 6cc141fdd95ba7b2623f176e7a4321524d600641 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 16 Jan 2006 10:10:23 +0000 Subject: Fixes bug #71414, allowing to disable building/installing modules. 2006-01-16 Behdad Esfahbod Fixes bug #71414, allowing to disable building/installing modules. * configure.in: Add support for --with-dynamic-modules. * */Makefile.am: Adapt to the above change. --- modules/indic/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'modules/indic') diff --git a/modules/indic/Makefile.am b/modules/indic/Makefile.am index 06ee65de..c604492d 100644 --- a/modules/indic/Makefile.am +++ b/modules/indic/Makefile.am @@ -22,9 +22,11 @@ INCLUDES += $(FREETYPE_CFLAGS) if INCLUDE_INDIC_FC noinst_LTLIBRARIES += libpango-indic-fc.la else +if DYNAMIC_INDIC_FC module_LTLIBRARIES += pango-indic-fc.la endif endif +endif fc_sources = \ indic-fc.c \ @@ -42,6 +44,7 @@ libpango_indic_fc_la_CFLAGS = -DPANGO_MODULE_PREFIX=_pango_indic_fc included-modules: $(noinst_LTLIBRARIES) +dynamic-modules: $(module_LTLIBRARIES) -.PHONY: included-modules +.PHONY: included-modules dynamic-modules -- cgit v1.2.1