summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2000-12-15 19:47:45 +0000
committerHavoc Pennington <hp@src.gnome.org>2000-12-15 19:47:45 +0000
commitf4c71c29b3b9b67d746ea23b17ce28b126911f54 (patch)
tree5fc26aaaeca165ebce07cf0dd3d20243bd19cbd3 /modules
parenta8ea5ad3907b28d0361957a4f165cf31cc4fc2fc (diff)
downloadpango-f4c71c29b3b9b67d746ea23b17ce28b126911f54.tar.gz
touch sysconfdir/pango/pango.modules even if there are no dynamic modules,
2000-12-15 Havoc Pennington <hp@redhat.com> * modules/Makefile.am (install-data-local): touch sysconfdir/pango/pango.modules even if there are no dynamic modules, so pango won't spew warnings about pango.modules not existing, and to simplify RPM file lists * pango/pango-context.c (fallback_engine_shape): fix this to avoid incrementing i twice (fallback_shaper): fix initializer * pango/querymodules.c (query_module): don't call g_module_close() on a module that doesn't get opened successfully * pango/modules.c: do not include modules.h (init_modules): do not do the builtin modules here, they are done by pangox * pango/pangox.c (pango_x_get_context): register included modules here * pango/pangoxft-font.c: do not include modules.h * pango/Makefile.am (libpango_la_SOURCES): move modules.c, back in here (but not modules.h, which actually goes with module-defs.c)
Diffstat (limited to 'modules')
-rw-r--r--modules/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/Makefile.am b/modules/Makefile.am
index c0a44571..b031ac88 100644
--- a/modules/Makefile.am
+++ b/modules/Makefile.am
@@ -18,6 +18,7 @@ install-data-local:
> $(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 = \