diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2006-02-13 19:03:39 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2006-02-13 19:03:39 +0000 |
commit | 55c263e39be388808c7bd6d275c847449b57a3a1 (patch) | |
tree | a3547dd07c984d19f943304c3c6bd394dfea78d1 /modules/arabic | |
parent | 74565226a4312f72192773bcaca97409ca4c2954 (diff) | |
download | pango-55c263e39be388808c7bd6d275c847449b57a3a1.tar.gz |
Pass 1.6 and gnu options to automake.
2006-02-13 Behdad Esfahbod <behdad@gnome.org>
* configure.in: Pass 1.6 and gnu options to automake.
* modules/Makefile.am: Distribute Module.mk.
* modules/Module.mk: Common bits for writing module Makefil.am's.
* modules/*/Makefile.am: Include Module.mk instead of copying common
bits.
Diffstat (limited to 'modules/arabic')
-rw-r--r-- | modules/arabic/Makefile.am | 24 |
1 files changed, 1 insertions, 23 deletions
diff --git a/modules/arabic/Makefile.am b/modules/arabic/Makefile.am index ec632972..ca129b8d 100644 --- a/modules/arabic/Makefile.am +++ b/modules/arabic/Makefile.am @@ -1,20 +1,4 @@ -## Process this file with automake to create Makefile.in. - -pangolibs = $(top_builddir)/pango/libpango-$(PANGO_API_VERSION).la $(GLIB_LIBS) -pangoft2libs = $(top_builddir)/pango/libpangoft2-$(PANGO_API_VERSION).la $(FREETYPE_LIBS) $(pangolibs) - -INCLUDES = \ - -DG_LOG_DOMAIN=\"Pango\" \ - -DPANGO_ENABLE_ENGINE \ - $(PANGO_DEBUG_FLAGS) \ - -I$(top_srcdir) \ - -I$(top_srcdir)/pango \ - $(GLIB_CFLAGS) - -moduledir = $(libdir)/pango/$(PANGO_MODULE_VERSION)/modules -module_LTLIBRARIES = -noinst_LTLIBRARIES = - +include $(top_srcdir)/modules/Module.mk if HAVE_FREETYPE INCLUDES += $(FREETYPE_CFLAGS) @@ -37,9 +21,3 @@ pango_arabic_fc_la_LIBADD = $(pangoft2libs) pango_arabic_fc_la_SOURCES = $(fc_sources) libpango_arabic_fc_la_SOURCES = $(fc_sources) libpango_arabic_fc_la_CFLAGS = -DPANGO_MODULE_PREFIX=_pango_arabic_fc - - -included-modules: $(noinst_LTLIBRARIES) -dynamic-modules: $(module_LTLIBRARIES) - -.PHONY: included-modules dynamic-modules |