summaryrefslogtreecommitdiff
path: root/modules/tibetan
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2006-02-13 19:03:39 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-02-13 19:03:39 +0000
commit55c263e39be388808c7bd6d275c847449b57a3a1 (patch)
treea3547dd07c984d19f943304c3c6bd394dfea78d1 /modules/tibetan
parent74565226a4312f72192773bcaca97409ca4c2954 (diff)
downloadpango-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/tibetan')
-rw-r--r--modules/tibetan/Makefile.am23
1 files changed, 1 insertions, 22 deletions
diff --git a/modules/tibetan/Makefile.am b/modules/tibetan/Makefile.am
index 2dab807f..3b7959dc 100644
--- a/modules/tibetan/Makefile.am
+++ b/modules/tibetan/Makefile.am
@@ -1,19 +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)
@@ -33,9 +18,3 @@ pango_tibetan_fc_la_LIBADD = $(pangoft2libs)
pango_tibetan_fc_la_SOURCES = $(tibetan_fc_sources)
libpango_tibetan_fc_la_SOURCES = $(tibetan_fc_sources)
libpango_tibetan_fc_la_CFLAGS = -DPANGO_MODULE_PREFIX=_pango_tibetan_fc
-
-
-included-modules: $(noinst_LTLIBRARIES)
-dynamic-modules: $(module_LTLIBRARIES)
-
-.PHONY: included-modules dynamic-modules